Update Docs: Fields “custom-widgets” (#5137)
This commit is contained in:
parent
47aff1d195
commit
826d82fd80
@ -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' }],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user