Josh Ponelat
5ea2150ae7
initial perf, which gets stripped out in production ( #4131 )
2018-05-30 13:44:19 -07:00
kyle
624a81201f
feat: onComplete config option ( #4322 )
...
* feat: `onComplete` config option
* tests(e2e): add case for onComplete option
2018-03-16 00:08:39 -07:00
kyle
0751022b77
bug(polyfiller): check for Promise on global/window object
2018-01-06 00:19:29 -06:00
Kyle Shockey
e51d6c2ed5
Stop babelifying dev server twice; use eval-source-map
2017-10-19 22:48:34 -07:00
Owen Conti
87bb4420e2
Add main.scss as an entry point for the dev build
2017-07-11 20:30:52 -06:00
Owen Conti
7000c20765
Moved split-pane-mode.less file into a .scss file. Removed remaining unused .less files. Removed reference to less file in webpack config. Removed dependency on less-loader. Updated standalone and bundle builds to no longer compile any styles.
2017-07-11 20:17:06 -06:00
Owen Conti
63b2a9751c
Fixes #3329 - Tweak webpack config to share CSS loaders for production builders. Updated production builds to use ExtractTextPlugin so styles are not built into JS.
2017-07-08 08:29:34 -06:00
RVKen
4b85dc55d3
Merge branch 'master' into webpack-migration-2.x
...
# Conflicts:
# dist/swagger-ui-bundle.js
# dist/swagger-ui-bundle.js.map
# dist/swagger-ui-standalone-preset.js
# dist/swagger-ui-standalone-preset.js.map
# dist/swagger-ui.js
# dist/swagger-ui.js.map
# package.json
# webpack-dist.config.js
# webpack-hot-dev-server.config.js
2017-06-28 18:40:52 +02:00
RVKen
e81eee00aa
migrate webpack to v2.6.1
2017-06-28 18:13:41 +02:00
Josh Ponelat
9e6e660a93
Add polyfill for Promise ( only )
...
This is needed for whatwg-fetch + IE11.
An alternative is to include "node_modules/whatwg-fetch" in the
transform-runtime.
But my guess is that someone is likely going to add a lib that in turn
uses Promises, without adding it to the whitelist. This is safter.
2017-06-19 18:40:42 +02:00
Josh Ponelat
4a6716ffed
Replace babel-polyfill with runtime transform
2017-06-15 16:36:33 +02:00
Kyle Shockey
f4d1d28dd8
HMR for dev server
2017-05-31 18:13:43 -07:00
Kyle Shockey
229bd1df9a
Fix dev server
2017-03-30 00:16:17 -07:00
Kyle Shockey
f1be25b258
Add babel-polyfill for older IE support (ping #2762 )
2017-03-23 17:54:17 -07:00
Ron
f22a628934
in with the new
2017-03-17 21:17:53 -07:00