File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 58
58
"node-resolve" : " ^1.3.3" ,
59
59
"nyc" : " ^11.1.0" ,
60
60
"prettier" : " ^1.4.1" ,
61
- "rollup" : " ^0.48.0 " ,
61
+ "rollup" : " ^0.48.2 " ,
62
62
"rollup-plugin-buble" : " ^0.15.0" ,
63
63
"rollup-plugin-commonjs" : " ^8.0.2" ,
64
64
"rollup-plugin-json" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 1
1
import path from 'path' ;
2
- import nodeResolve from 'rollup-plugin-node-resolve' ;
2
+ import resolve from 'rollup-plugin-node-resolve' ;
3
3
import commonjs from 'rollup-plugin-commonjs' ;
4
4
import json from 'rollup-plugin-json' ;
5
5
import typescript from 'rollup-plugin-typescript' ;
@@ -27,7 +27,7 @@ export default [
27
27
}
28
28
}
29
29
} ,
30
- nodeResolve ( { jsnext : true , module : true } ) ,
30
+ resolve ( ) ,
31
31
commonjs ( ) ,
32
32
json ( ) ,
33
33
typescript ( {
@@ -48,7 +48,7 @@ export default [
48
48
{
49
49
input : 'src/server-side-rendering/register.js' ,
50
50
plugins : [
51
- nodeResolve ( { jsnext : true , module : true } ) ,
51
+ resolve ( ) ,
52
52
commonjs ( ) ,
53
53
buble ( {
54
54
include : 'src/**' ,
Original file line number Diff line number Diff line change @@ -2349,9 +2349,9 @@ rollup-watch@^4.3.1:
2349
2349
require-relative "0.8.7"
2350
2350
rollup-pluginutils "^2.0.1"
2351
2351
2352
- rollup@^0.48.0 :
2353
- version "0.48.0 "
2354
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.48.0 .tgz#6bc70af4ecbc0f4754ea3175c947bdf37eaf2cf4 "
2352
+ rollup@^0.48.2 :
2353
+ version "0.48.2 "
2354
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.48.2 .tgz#dd9214eaf78d98a7771bf5583123cc80a0b5d6dc "
2355
2355
2356
2356
run-async@^2.2.0 :
2357
2357
version "2.3.0"
You can’t perform that action at this time.
0 commit comments