refactoring
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
|||||||
{
|
{
|
||||||
test: /\.js$/,
|
test: /\.js$/,
|
||||||
loader: ifDev('babel-loader?cacheDirectory=true', 'babel-loader'),
|
loader: ifDev('babel-loader?cacheDirectory=true', 'babel-loader'),
|
||||||
exclude: /node_modules(?!\/quill)/,
|
exclude: /node_modules/,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
|
|||||||
Reference in New Issue
Block a user