Move all files to symfony/
This commit is contained in:
parent
5159aaf086
commit
325ca521d0
14 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
let Encore = require("@symfony/webpack-encore");
|
||||
|
||||
Encore.disableSingleRuntimeChunk()
|
||||
.setOutputPath("web/build/")
|
||||
.setPublicPath("/build")
|
||||
.addStyleEntry("app", "./assets/css/tailwind.pcss")
|
||||
.enablePostCssLoader();
|
||||
|
||||
process.env.NODE_ENV =
|
||||
process.env.NODE_ENV || Encore.isProduction() ? "production" : "development";
|
||||
|
||||
module.exports = Encore.getWebpackConfig();
|
||||
Reference in a new issue