-
Webpack loader通过fork-loader将输入源分叉到多个下游
资源介绍
叉车
Webpack加载器将输入源分叉到多个下游。
如何使用
{
test : / \. html $ / ,
rules : [
// Do not add config here!
{
resourceQuery : /fork-tag=foo/ , // specified this name by option "marker" of ./loader.js
oneOf : [
{
resourceQuery : /fork-id=a/ ,
loader : "noop-loader" // your loaders & configs