M Clark
3a5fa7c80f
Webpack test.js uses resolve.root too
...
I realised I should make the change in the test config as well.
And it seems to better if the test config inherits from baseConfig and defaultSettings where possible, so I did that. That way you are testing as close to your actual config as possible. Especially because there is one test of the config path.
2016-04-06 11:43:47 +08:00
M Clark
a6d65df3df
Add slash
2016-04-05 14:38:56 +08:00
M Clark
32959b5f20
Keep the alias for config
...
This alias is needed to load the config for the env and pass ConfigTest.js
2016-04-05 14:38:05 +08:00
M Clark
ac8f7a36e0
resolve.alias should be resolve.root #28
...
As in #28
2016-04-05 14:30:27 +08:00
Chris
c0e5461e03
Added missing loaders to default config (now supports svg and mp4/ogg file types)
2016-03-31 10:22:43 +02:00
Chris
ce025c4116
Changed paths to relative instead of absolute in webpack config
2016-03-29 13:59:01 +02:00
Kashif Iqbal Khan
0f019fe2c7
use defaultConfig.port in dev env instead of hard coded 8000
2016-02-01 20:19:59 +11:00
Chris
b0014e00e0
Refactoring: Removed lodash as dependency, refactored webpack config (including minor speed improvements)
2016-01-29 21:42:24 +01:00
stylesuxx
d8d510a67d
Moved run script to root of src folder and renamed it to index.j. Updated config files to use this as entry point to the template
2015-12-18 11:28:43 +01:00
Chris
cf5093cd39
Added better support for external package includes
2015-12-11 09:00:04 +01:00
HelloYie
7742d6d89b
fix eslint-loader path error
2015-11-30 18:58:10 +08:00
stylesuxx
c4855a696b
Changed loader names for sake of consistency
2015-11-18 23:20:49 +01:00
Chris
bbd0f7666e
Updated babel to 6.0
2015-11-17 07:39:34 +01:00
Chris
33150f0cf6
Reverted fix for config merge.
2015-10-29 08:34:29 +01:00
Chris
2538e2c405
Reverted fix for config merge.
2015-10-29 08:32:27 +01:00
Chris
827dd86a3c
Added support for bower components, as requested in https://github.com/weblogixx/react-webpack-template/issues/8
2015-10-27 08:45:12 +01:00
Chris
89f6f1701b
Added support for coverage reporting (as requested in https://github.com/newtriks/generator-react-webpack/issues/158 )
2015-10-27 08:08:26 +01:00
sthzg
448ad72b83
#4 -- added DefinePlugin to plugins for dist builds
2015-10-22 10:58:39 +02:00
sthzg
236012dea6
#1 -- added support to import app configuration based on --env
2015-10-21 12:37:52 +02:00
Chris
f871f2aef7
Added own configuration objects for different webpack environments.
2015-09-17 08:02:36 +02:00