Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit f5ef679

Browse files
committed
get basic example building again
1 parent 440ca6a commit f5ef679

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: examples/basic/webpack.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ var fs = require('fs')
2626
if (fs.existsSync(src)) {
2727
// Use the latest src
2828
module.exports.resolve = { alias: { 'redux-simple-router': src } }
29+
module.exports.module.loaders.push({
30+
test: /\.js$/,
31+
loaders: ['babel'],
32+
include: src
33+
});
2934
}

0 commit comments

Comments
 (0)