File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"author" :
" Declan de Wet <[email protected] >" ,
6
6
"bugs" : " https://github.com/nuxt/vue-meta/issues" ,
7
7
"scripts" : {
8
- "build" : " rimraf lib && rollup -c" ,
8
+ "build" : " rimraf lib && rollup -c scripts/rollup.config.js " ,
9
9
"codecov" : " codecov" ,
10
10
"deploy" : " npm version" ,
11
11
"dev" : " cd examples && npm run dev && cd .." ,
Original file line number Diff line number Diff line change 1
- import commonJs from 'rollup-plugin-commonjs'
1
+ import commonjs from 'rollup-plugin-commonjs'
2
2
import nodeResolve from 'rollup-plugin-node-resolve'
3
3
import json from 'rollup-plugin-json'
4
4
import buble from 'rollup-plugin-buble'
@@ -25,7 +25,7 @@ const baseConfig = {
25
25
plugins : [
26
26
json ( ) ,
27
27
nodeResolve ( ) ,
28
- commonJs ( ) ,
28
+ commonjs ( ) ,
29
29
buble ( ) ,
30
30
]
31
31
}
You can’t perform that action at this time.
0 commit comments