mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
build: output into "build" folder again → "dist" will be used for the final output in archive form
this will allow for cleaner separation -> build for the output from the build stage (i.e. TS/Webpack + asset copying) and dist for the archive format of the build folder
This commit is contained in:
committed by
Panagiotis Papadopoulos
parent
064799e8cb
commit
607f9096aa
@@ -19,7 +19,7 @@ const config: Configuration = {
|
||||
},
|
||||
output: {
|
||||
publicPath: `${assetPath}/app-dist/`,
|
||||
path: path.resolve(rootDir, "dist/src/public/app-dist"),
|
||||
path: path.resolve(rootDir, "build/src/public/app-dist"),
|
||||
filename: "[name].js"
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user