feat(selection): draggable

This commit is contained in:
moklick
2019-07-25 13:49:02 +02:00
parent 71c357ddfc
commit 562eddfa58
7 changed files with 83 additions and 27 deletions
+1 -8
View File
@@ -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/**'