Open zengguirong opened 2 years ago
The internal loaders use strict file extension regexp,such as: less loader
const loader: Loader<LESSLoaderOptions> = { name: "less", test: /\.less$/i, // <--- async process({ code, map }) {} }
In some special case(usually with custom rollup plugins), when I import style file with query string, this plugin can't recognize it.
import style from './style1.less?string' import './style2.less?inject'
Any ETA?
@Anidetrix are you even OK?
The internal loaders use strict file extension regexp,such as: less loader
In some special case(usually with custom rollup plugins), when I import style file with query string, this plugin can't recognize it.