forked from cerc-io/laconic-console
Webpack v5 working
This commit is contained in:
parent
ce7209453f
commit
4c8f2a1a26
@ -104,11 +104,9 @@ module.exports = {
|
|||||||
loader: 'babel-loader'
|
loader: 'babel-loader'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// https://github.com/eemeli/yaml-loader
|
// https://github.com/eemeli/yaml-loader
|
||||||
{
|
{
|
||||||
test: /\.ya?ml$/,
|
test: /\.ya?ml$/,
|
||||||
type: 'json',
|
|
||||||
use: 'yaml-loader'
|
use: 'yaml-loader'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user