Skip to content

Commit

Permalink
Change webpack.lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw committed Jun 8, 2017
1 parent c2f0fb7 commit d08efea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack.lib.config.js
Expand Up @@ -16,12 +16,12 @@ module.exports = {
},
output: {
filename: "lib-voyager.js",
path: path.resolve(__dirname, '../lib'),
path: path.resolve(__dirname, '../build/'),
// Add /* filename */ comments to generated require()s in the output.
pathinfo: true,
// There are also additional JS chunk files if you use code splitting.
chunkFilename: 'static/js/[name].chunk.js',
publicPath: '/lib/',
publicPath: '/build/',
library: 'voyager',
libraryTarget: 'umd',
},
Expand Down

0 comments on commit d08efea

Please sign in to comment.