1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-25 14:54:19 +01:00

fixed deps and build system

This commit is contained in:
Enrico Fasoli 2015-11-21 13:05:31 +01:00
parent 28b4a6b46c
commit dfe8ed0359
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
"react-dom": "~0.14.3",
"react-markdown": "~1.0.5",
"react-router": "~1.0.0",
"stream-http": "~2.0.2",
"style-loader": "~0.13.0",
"webpack": "~1.12.6",
"webpack-stream": "~2.1.1",

View File

@ -28,8 +28,8 @@ module.exports = {
{ test: /\.json$/, loader: 'json' },
{
test: /\.jsx?$/,
exclude: /(node_modules|bower_components)/,
include: /webapp|lib|node_modules\/(ipfs-api|hoek|qs|boom|wreck)/,
exclude: /(node_modules|bower_components)/,
loader: 'babel',
query: {
presets: ['es2015','react'],