module: { loaders: [ { test: /\.js?$/, exclude: 'node_modules', loader: 'babel' }, { test: /\.json$/, loader: 'json-loader' } ] } } ]; It's pretty much the ...
確定! 回上一頁