Skip to content

Commit ba348bd

Browse files
committed
Remove Live Server Configuration
1 parent 6e83ce2 commit ba348bd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: rollup.config.dev.js

-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import resolve from 'rollup-plugin-node-resolve'
22
import replace from 'rollup-plugin-replace'
33
import VueLoader from 'rollup-plugin-vue'
4-
import serve from 'rollup-plugin-serve'
5-
import livereload from 'rollup-plugin-livereload'
64
import babel from 'rollup-plugin-babel'
75
import commonJs from 'rollup-plugin-commonjs'
86
import eslint from 'rollup-plugin-eslint'
@@ -26,14 +24,6 @@ export default {
2624
VueLoader(),
2725
replace({
2826
'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'
3727
})
3828
],
3929
output: [

0 commit comments

Comments
 (0)