mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-05 15:23:08 +00:00
change config
This commit is contained in:
parent
8415da0452
commit
ed223d3633
@ -1,3 +1,4 @@
|
||||
const CopyWebpackPlugin = require("copy-webpack-plugin");
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
@ -5,7 +6,6 @@ module.exports = {
|
||||
output: {
|
||||
path: path.resolve(__dirname, "build"),
|
||||
filename: "index.js",
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/dogfooding/' : '/'
|
||||
},
|
||||
experiments: {
|
||||
asyncWebAssembly: true,
|
||||
@ -37,9 +37,5 @@ module.exports = {
|
||||
{ from: "favicon.png", to: "favicon.png" },
|
||||
],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: 'index.html',
|
||||
base: process.env.NODE_ENV === 'production' ? '/dogfooding/' : '/',
|
||||
})
|
||||
],
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user