Skip to content

Commit

Permalink
renaming lib to sw in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
eklem committed Jul 25, 2019
1 parent f6b426b commit 633b108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/stopword.0.3.3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/stopword.latest.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = [
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'stopword.' + package.version+ '.js',
library: 'stopword'
library: 'sw'
},
devtool: "none", // prevent webpack from using eval() on my module
},
Expand All @@ -22,7 +22,7 @@ module.exports = [
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'stopword.latest.js',
library: 'stopword'
library: 'sw'
},
devtool: "none", // prevent webpack from using eval() on my module
},
Expand Down

0 comments on commit 633b108

Please sign in to comment.