Set webpack_compile_output to true
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
process.env.NODE_ENV = process.env.NODE_ENV || 'development'
|
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
|
||||||
|
|
||||||
const dotenv = require('dotenv')
|
const dotenv = require('dotenv');
|
||||||
dotenv.config({ path: '.env', silent: true })
|
|
||||||
|
|
||||||
const environment = require('./environment')
|
dotenv.config({ path: '.env', silent: true });
|
||||||
|
|
||||||
module.exports = environment.toWebpackConfig()
|
const environment = require('./environment');
|
||||||
|
|
||||||
|
module.exports = environment.toWebpackConfig();
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ default: &default
|
|||||||
public_output_path: packs
|
public_output_path: packs
|
||||||
cache_path: tmp/cache/webpacker
|
cache_path: tmp/cache/webpacker
|
||||||
check_yarn_integrity: false
|
check_yarn_integrity: false
|
||||||
webpack_compile_output: false
|
webpack_compile_output: true
|
||||||
|
|
||||||
# Additional paths webpack should lookup modules
|
# Additional paths webpack should lookup modules
|
||||||
# ['app/assets', 'engine/foo/app/assets']
|
# ['app/assets', 'engine/foo/app/assets']
|
||||||
|
|||||||
Reference in New Issue
Block a user