1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

usernavigator done

This commit is contained in:
Rokt33r
2015-10-12 15:52:54 +09:00
parent 1690e6420f
commit a9e12e4384
8 changed files with 214 additions and 46 deletions

View File

@@ -5,6 +5,7 @@ module.exports = {
},
output: {
filename: '[name].js',
sourceMapFilename: '[name].map',
publicPath: 'http://localhost:8090/assets',
libraryTarget: 'commonjs2'
},
@@ -41,7 +42,8 @@ module.exports = {
'react-transform-hmr',
'react-transform-catch-errors',
'redux-devtools',
'redux-devtools/lib/react'
'redux-devtools/lib/react',
'react-select'
],
resolve: {
extensions: ['', '.js', '.jsx', 'styl']