Skip to content

Commit

Permalink
fix: webpack browser build output location
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghustavh97 committed May 6, 2021
1 parent 7b21368 commit 9449d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ module.exports = {
output: {
library: "is",
libraryTarget: "umd",
path: path.resolve(__dirname, "dist"),
path: path.resolve(__dirname, "build"),
},
};

0 comments on commit 9449d8f

Please sign in to comment.