mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
build(webpack): output webpack build in build folder
output the bundled files directly in the build folder a) keeps the src folder clean from build output b) it saves us some "manual" copying work
This commit is contained in:
parent
cefc402263
commit
745b294ca1
@ -19,7 +19,7 @@ const config: Configuration = {
|
||||
},
|
||||
output: {
|
||||
publicPath: `${assetPath}/app-dist/`,
|
||||
path: path.resolve(rootDir, "src/public/app-dist"),
|
||||
path: path.resolve(rootDir, "build/src/public/app-dist"),
|
||||
filename: "[name].js"
|
||||
},
|
||||
plugins: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user