Commit ed6dfc9c authored by Juorder Gonzalez's avatar Juorder Gonzalez Committed by GitHub

Merge pull request #269 from ZBoxApp/manager_performance

fix issue to try to compile webpack bundle, the problem was that babe…
parents b0cc0b24 43744e67
module.exports = {"main":{"js":"/222915bundle.js"}}
\ No newline at end of file
module.exports = {"main":{"js":"/018497bundle.js"}}
\ No newline at end of file
......@@ -43,7 +43,7 @@ var config = {
loader: 'babel',
exclude: /(node_modules)/,
query: {
presets: ['react', 'es2015-webpack', 'stage-0'],
presets: ['react', 'es2015', 'stage-0'],
plugins: ['transform-runtime'],
cacheDirectory: DEV
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment