11 Commits

Author SHA1 Message Date
Shawn Erquhart
804ef3d4b3 use true source maps 2017-08-25 16:28:17 -04:00
Benaiah Mischenko
275519825f [WIP] Add correct devtool key to webpack dev config 2017-06-14 15:00:56 -07:00
Benaiah Mischenko
d8228bcdff [WIP] Remove commented-out line in webpack 2017-06-13 18:43:43 -07:00
Benaiah Mischenko
25225121ed [WIP] Upgrade to Webpack 2 2017-06-13 15:30:21 -07:00
Shawn Erquhart
9d1f6cc183 optimize webpack dev config for use w linked pkgs 2017-06-07 15:31:29 -04:00
abumalick
fdf1826388 remove localforage.js warning
This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.
 @ ./~/localforage/dist/localforage.js 7:484-491
2017-06-05 13:56:25 -07:00
Shawn Erquhart
b012331251 disable host check and cors on dev server 2017-05-22 13:26:38 -04:00
Joseph Earl
22137ed777 Fixes #292 Display version number 2017-04-18 16:11:48 -07:00
Mathias Biilmann
fa03ce29bf Make sure we actually build netlify-cms as library (#169)
* Build netlify-cms as a library

* Bump version
2016-11-23 19:37:51 -02:00
Andrey Okonetchnikov
434f45c97c Webpack optimizations (#140)
* Less repetition in webpack configs. Minify CSS classnames in production.

* Ignore all optional deps of moment.js. Fixes #138

* Added target to webpack config

* Automatically extract all 3rd party modules into a separate 'vendor' chunk

* Inline only assets that are smaller than 10KB

* Added autoprefixer options

* Replaced sinfle babel transforms with the stage-1 preset. Cleaned up webpack configs.

* Do not include hot module replacement in production
2016-10-26 15:51:35 -02:00
Andrey Okonetchnikov
ede273a732 Splitted webpack config into base and dev. Re-use it in .storybook webpack config. 2016-09-15 20:05:18 +02:00