Would be nice to change the path of the production folder, in my use case we have to create different folders at build time for each different language.
Example:
build/
-- app.js
-- index.html
-- assets/
-- fr/
---- app.js
---- index.html
-- de/
---- app.js
---- index.html
BUILD_PATH=build/fr
|
path: path.resolve('./build'), |
Would be nice to change the path of the production folder, in my use case we have to create different folders at build time for each different language.
Example:
BUILD_PATH=build/fraccurapp/packages/webpack-preset-accurapp/index.js
Line 300 in 7c87d0d