Added some groundwork for showcase files.
This commit is contained in:
9
showcase/webpack.prod.cjs
Normal file
9
showcase/webpack.prod.cjs
Normal file
@@ -0,0 +1,9 @@
|
||||
const { merge } = require("webpack-merge");
|
||||
const webpackCommon = require("./webpack.common.cjs");
|
||||
|
||||
|
||||
const prodConfig = {
|
||||
mode: "production",
|
||||
};
|
||||
|
||||
module.exports = merge(webpackCommon, prodConfig);
|
||||
Reference in New Issue
Block a user