chore(examples): use JS import for stylesheet

This commit is contained in:
Eric Liu 2020-09-13 14:45:33 -07:00
commit 003246dfe9
5 changed files with 15 additions and 1112 deletions

View file

@ -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,