feat(selection): draggable
This commit is contained in:
+1
-8
@@ -2,8 +2,6 @@ import resolve from 'rollup-plugin-node-resolve';
|
||||
import commonjs from 'rollup-plugin-commonjs';
|
||||
import babel from 'rollup-plugin-babel';
|
||||
import postcss from 'rollup-plugin-postcss';
|
||||
import postCssNested from 'postcss-nested';
|
||||
import autoprefixer from 'autoprefixer';
|
||||
import bundleSize from 'rollup-plugin-bundle-size';
|
||||
|
||||
import pkg from './package.json';
|
||||
@@ -28,12 +26,7 @@ export default [{
|
||||
},
|
||||
plugins: [
|
||||
bundleSize(),
|
||||
postcss({
|
||||
plugins: [
|
||||
postCssNested(),
|
||||
autoprefixer()
|
||||
]
|
||||
}),
|
||||
postcss(),
|
||||
resolve(),
|
||||
babel({
|
||||
exclude: 'node_modules/**'
|
||||
|
||||
Reference in New Issue
Block a user