mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 23:07:09 +02:00
Fix TypeError
TypeError: Cannot set property 'writeToFileEmit' of undefined Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
c847061737
commit
b36275e756
@ -5,7 +5,7 @@ const webpack = require('webpack');
|
|||||||
|
|
||||||
// Get a pre-configured plugin
|
// Get a pre-configured plugin
|
||||||
const manifestPlugin = environment.plugins.get('Manifest')
|
const manifestPlugin = environment.plugins.get('Manifest')
|
||||||
manifestPlugin.opts.writeToFileEmit = false
|
manifestPlugin.options.writeToFileEmit = false
|
||||||
|
|
||||||
// Add an additional plugin of your choosing : ProvidePlugin
|
// Add an additional plugin of your choosing : ProvidePlugin
|
||||||
environment.plugins.prepend(
|
environment.plugins.prepend(
|
||||||
|
Loading…
Reference in New Issue
Block a user