mirror of https://github.com/portainer/portainer
fix(webpack): fix missing jsyaml reference
parent
2fce3c110b
commit
aa14a8ba35
|
@ -97,7 +97,9 @@ module.exports = {
|
||||||
new ProvidePlugin({
|
new ProvidePlugin({
|
||||||
$: 'jquery',
|
$: 'jquery',
|
||||||
jQuery: 'jquery',
|
jQuery: 'jquery',
|
||||||
'window.jQuery': 'jquery'
|
'window.jQuery': 'jquery',
|
||||||
|
'window.jsyaml': 'js-yaml',
|
||||||
|
'jsyaml': 'js-yaml'
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin({
|
new MiniCssExtractPlugin({
|
||||||
filename: '[name].[hash].css',
|
filename: '[name].[hash].css',
|
||||||
|
|
Loading…
Reference in New Issue