Skip to content

Commit b2bd5ff

Browse files
chore: update deps
1 parent d464378 commit b2bd5ff

File tree

5 files changed

+3409
-5567
lines changed

5 files changed

+3409
-5567
lines changed

build/base/plugins/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import resolve from 'rollup-plugin-node-resolve'
2-
import common from 'rollup-plugin-commonjs'
1+
import resolve from '@rollup/plugin-node-resolve'
2+
import commonjs from '@rollup/plugin-commonjs'
33
import vue from 'rollup-plugin-vue'
44

5-
export default [resolve(), common(), vue({ needMap: false })]
5+
export default [resolve(), commonjs(), vue({ needMap: false })]

build/rollup.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import path from 'path'
22
import serve from 'rollup-plugin-serve'
33
import livereload from 'rollup-plugin-livereload'
4-
import replace from 'rollup-plugin-replace'
4+
import replace from '@rollup/plugin-replace'
55

66
import plugins from './base/plugins/index'
77

build/rollup.config.prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from 'path'
2-
import replace from 'rollup-plugin-replace'
3-
import babel from 'rollup-plugin-babel'
2+
import replace from '@rollup/plugin-replace'
3+
import { babel } from '@rollup/plugin-babel'
44
import { terser } from 'rollup-plugin-terser'
55

66
import plugins from './base/plugins/index.js'

0 commit comments

Comments
 (0)