We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbcd99 commit 0800539Copy full SHA for 0800539
symfony/webpack-encore-bundle/1.0/webpack.config.js
@@ -1,5 +1,9 @@
1
var Encore = require('@symfony/webpack-encore');
2
3
+if (!Encore.isRuntimeEnvironmentConfigured()) {
4
+ Encore.configureRuntimeEnvironment(process.env.NODE_ENV || 'dev');
5
+}
6
+
7
Encore
8
// directory where compiled assets will be stored
9
.setOutputPath('public/build/')
0 commit comments