Skip to content

Commit

Permalink
remove rollup-plugin-vue because we don’t use any SFC
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Sep 16, 2021
1 parent 2f15a11 commit ba283bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 375 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "5",
"typescript": "^4.4.3",
"vue": "^2.6.14"
}
Expand Down
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import sourcemaps from 'rollup-plugin-sourcemaps'
import typescript from 'rollup-plugin-typescript2'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import vuePlugin from 'rollup-plugin-vue'
import babel from '@rollup/plugin-babel'
import sizes from '@atomico/rollup-plugin-sizes'
import autoExternal from 'rollup-plugin-auto-external'
Expand Down Expand Up @@ -47,7 +46,6 @@ async function build(commandLineArgs) {
sourcemaps(),
resolve(),
commonjs(),
vuePlugin(),
babel({
babelHelpers: 'bundled',
exclude: 'node_modules/**',
Expand Down
Loading

0 comments on commit ba283bc

Please sign in to comment.