mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 14:57:18 +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
|
||||
const manifestPlugin = environment.plugins.get('Manifest')
|
||||
manifestPlugin.opts.writeToFileEmit = false
|
||||
manifestPlugin.options.writeToFileEmit = false
|
||||
|
||||
// Add an additional plugin of your choosing : ProvidePlugin
|
||||
environment.plugins.prepend(
|
||||
|
Loading…
Reference in New Issue
Block a user