-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed as not planned
Description
Hi guys,
I just have started in webpack encore right now.
I have this on my webpack.config.js
var Encore = require('@symfony/webpack-encore');
Encore
// the project directory where all compiled assets will be stored
.setOutputPath('public/build/')
// the public path used by the web server to access the previous directory
.setPublicPath('/build')
// will create web/build/cve_app.js
.addEntry('cve_app', './public/assets/js/cveApp.js')
.enableBuildNotifications();
;
// export the final configuration
module.exports = Encore.getWebpackConfig();
But I just receive the notification when the first build finished, when I use --watch the notification doesn't show up..
Anyone knows whats happening ?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels