-
We have encountered some issue like #3875. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
it is supported you can just use it |
Beta Was this translation helpful? Give feedback.
-
@hardfist Thank you for reply.
I've already tried.However, the content of the css file is broken as follows. // Imports
import ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from "../node_modules/css-loader/dist/runtime/sourceMaps.js";
import ___CSS_LOADER_API_IMPORT___ from "../node_modules/css-loader/dist/runtime/api.js";
var ___CSS_LOADER_EXPORT___ = ___css_loader_api_import___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);
// Module
___CSS_LOADER_EXPORT___.push([module.id, ".foo {\n color: red;\n}", "",{"version":3,"sources":["webpack://./src/style.css"],"names":[],"mappings":"AAAA;EACE,UAAU;AACZ","sourcesContent":[".foo {\n color: red;\n}"],"sourceRoot":""}]);
// Exports
export default ___CSS_LOADER_EXPORT___; |
Beta Was this translation helpful? Give feedback.
mini-css-extract-plugin is not supported yet