extract css by rollup plugin

This commit is contained in:
Yanzhen Yu
2018-11-13 23:04:43 +08:00
parent a5010a7e68
commit 7845e74ae5
3 changed files with 42 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ import {
missingNode,
} from '../types';
import { mirror } from '../utils';
import './styles/style.css';
// https://github.com/rollup/rollup/issues/1267#issuecomment-296395734
// tslint:disable-next-line