Skip to content

Commit

Permalink
For Nathan's review
Browse files Browse the repository at this point in the history
  • Loading branch information
Basiczombie committed Jun 28, 2019
1 parent b98cde1 commit e15e5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.prod.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default merge(common, {
path: path.resolve(__dirname, 'dist/web_root'),
filename: `scripts/${module.exports.name}/js/[name].js`,
publicPath: 'https://ps.irondistrict.org',
library: "iep-alert",
library: '[name]',
libraryTarget: 'amd'
},
module: {
Expand Down

0 comments on commit e15e5ef

Please sign in to comment.