bundle the css into the component files
This commit is contained in:
parent
116f73b426
commit
838235ab88
@ -70,8 +70,9 @@ const config = {
|
||||
nodeResolve({ extensions }),
|
||||
commonjs(),
|
||||
postcss({
|
||||
modules: true,
|
||||
autoModules: true,
|
||||
extract: path.resolve("dist/style.css"),
|
||||
// extract: path.resolve("dist/style.css"),
|
||||
}),
|
||||
babel({
|
||||
extensions,
|
||||
|
Loading…
Reference in New Issue
Block a user