mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(examples): use JS import for stylesheet
This commit is contained in:
parent
42cf90a702
commit
003246dfe9
5 changed files with 15 additions and 1112 deletions
|
@ -4,7 +4,6 @@ import commonjs from "@rollup/plugin-commonjs";
|
|||
import svelte from "rollup-plugin-svelte";
|
||||
import babel from "@rollup/plugin-babel";
|
||||
import { terser } from "rollup-plugin-terser";
|
||||
import sveltePreprocess from "svelte-preprocess";
|
||||
import config from "sapper/config/rollup.js";
|
||||
import pkg from "./package.json";
|
||||
|
||||
|
@ -31,7 +30,6 @@ export default {
|
|||
dev,
|
||||
hydratable: true,
|
||||
emitCss: true,
|
||||
preprocess: sveltePreprocess(),
|
||||
}),
|
||||
resolve({
|
||||
browser: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue