Update Docs: Fields “custom-widgets” (#5137)

This commit is contained in:
Herman 2021-03-21 15:51:47 +01:00 committed by GitHub
parent 47aff1d195
commit 826d82fd80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,6 +293,7 @@ Here is the content of `package.json` that you will have at the end:
output: {
path: path.resolve(__dirname, 'public'),
},
optimization: { minimize: false },
module: {
rules: [
{
@ -307,7 +308,7 @@ Here is the content of `package.json` that you will have at the end:
},
{
test: /\.css$/,
loader: ['style-loader', 'css-loader'],
use: [{ loader: 'style-loader' }, { loader: 'css-loader' }],
},
],
},