Skip to content

Commit

Permalink
Fix an issue with the production build script trying to export everyt…
Browse files Browse the repository at this point in the history
…hing to /dist
  • Loading branch information
Thomas Erbe committed May 10, 2020
1 parent f086cca commit add4b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"lint": "eslint 'src/**'",
"dev": "webpack --config webpack.config.js --mode development",
"production": "webpack --config webpack.config.js --mode production --output ./dist/plugin.min.js",
"production": "webpack --config webpack.config.js --mode production",
"watch": "webpack --config webpack.config.js --mode development --watch"
}
}

0 comments on commit add4b6c

Please sign in to comment.