We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e83ce2 commit ba348bdCopy full SHA for ba348bd
rollup.config.dev.js
@@ -1,8 +1,6 @@
1
import resolve from 'rollup-plugin-node-resolve'
2
import replace from 'rollup-plugin-replace'
3
import VueLoader from 'rollup-plugin-vue'
4
-import serve from 'rollup-plugin-serve'
5
-import livereload from 'rollup-plugin-livereload'
6
import babel from 'rollup-plugin-babel'
7
import commonJs from 'rollup-plugin-commonjs'
8
import eslint from 'rollup-plugin-eslint'
@@ -26,14 +24,6 @@ export default {
26
24
VueLoader(),
27
25
replace({
28
'process.env.NODE_ENV': JSON.stringify('development')
29
- }),
30
- serve({
31
- verbose: false,
32
- contentBase: 'example',
33
- historyApiFallback: true
34
35
- livereload({
36
- watch: 'example'
37
})
38
],
39
output: [
0 commit comments