Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(webpack): Change target to web
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 27, 2018
1 parent 0179f2e commit 2ca9705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const root = path.join(__dirname)

module.exports = merge(common, {
mode: 'development',
target: 'node',
target: 'web',
output: {
path: path.resolve(root + '/dist'),
filename: '[name]/index.js',
Expand Down

0 comments on commit 2ca9705

Please sign in to comment.