We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c6de3 commit 98aa96bCopy full SHA for 98aa96b
webpack.config.js
@@ -1,7 +1,7 @@
1
const path = require("path");
2
3
module.exports = {
4
- mode: "none",
+ mode: "production",
5
entry: "./src/index.js",
6
output: {
7
library: {
0 commit comments