@forrestjs/core
Advanced tools
Comparing version 0.1.1-alpha.0 to 0.1.1-alpha.1
@@ -24,3 +24,3 @@ "use strict"; | ||
config.plugins = [].concat(config.plugins, [new _webpack.ReactLoadablePlugin({ | ||
filename: settings.target || './dist/build/react-loadable.json' | ||
filename: settings.target || './build/react-loadable.json' | ||
})]); | ||
@@ -27,0 +27,0 @@ } // "chunks:all" generates some unpredictable chunks based on "node_modules" |
{ | ||
"name": "@forrestjs/core", | ||
"description": "ForrestJS utilities for a nice SSR experience with React and ExpressJS.", | ||
"version": "0.1.1-alpha.0", | ||
"version": "0.1.1-alpha.1", | ||
"author": "Marco Pegoraro <marco.pegoraro@gmail.com", | ||
@@ -50,3 +50,3 @@ "bugs": { | ||
}, | ||
"gitHead": "f5385c6cbf940ef6f4e822730dd1d84ce965d906" | ||
"gitHead": "49ce10e9b41d84104f5091caac69d7bf91ecfd03" | ||
} |
71509