缩放组件
This commit is contained in:
@@ -110,6 +110,11 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|||||||
children: true,
|
children: true,
|
||||||
minChunks: 3
|
minChunks: 3
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
new webpack.ProvidePlugin({
|
||||||
|
'window.Quill': 'quill/dist/quill.js',
|
||||||
|
'Quill': 'quill/dist/quill.js'
|
||||||
|
}),
|
||||||
|
|
||||||
// copy custom static assets
|
// copy custom static assets
|
||||||
new CopyWebpackPlugin([
|
new CopyWebpackPlugin([
|
||||||
|
|||||||
Reference in New Issue
Block a user