Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 8a6f6ab

Browse files
committed
Fix wrongly generated dist
1 parent 9c89009 commit 8a6f6ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dist/linkedin-insight.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-linkedin-insight",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Easily add LinkedIn Insight Tag to your application",
55
"author": "Jelle Klaver",
66
"bugs": {

webpack.config.dist.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ module.exports = {
66
output: {
77
path: path.join(__dirname, "dist"),
88
filename: "linkedin-insight.js",
9+
library: "LinkedInTag",
10+
libraryTarget: "umd",
911
globalObject: "typeof self !== 'undefined' ? self : this"
1012
},
1113
module: {

0 commit comments

Comments
 (0)