Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Adding babel runtime to memory
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Jun 2, 2017
1 parent c943e71 commit 5d8863a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ memoryFs.fs.mkdirpSync(path.join('/', 'app'));
setInterval(sessions.clean, config.sessionsCleanInterval);

preloadPackages([
'babel-runtime',
'style-loader',
'vue-style-loader',
'css-loader',
Expand Down

0 comments on commit 5d8863a

Please sign in to comment.