26 Commits

Author SHA1 Message Date
Norbert de Langen
d44b4c1535
ADD aliases to dll && FIX full inclusion of lodash 2020-05-26 15:31:34 +02:00
Ruben Bridgewater
ef0ec6d83c fix: remove corejs-upgrade-webpack-plugin dependency
The dependency caused multiple issues, since it's not possible to
just replace one dependency version with another if a specific
version is required.
Remove the dependency from storybook to fix the issue.
2020-05-08 03:21:52 +02:00
tooppaaa
0746d1f8fb transform for of in dlls 2020-04-19 23:15:41 +02:00
Norbert de Langen
d8f8aac29b
FIX filename of ui DLL 2020-04-01 19:36:50 +02:00
Norbert de Langen
abae68bbd9
FIX dll for IE11 by passing all modules thru babel && ADD dll for docs 2020-04-01 18:58:58 +02:00
Norbert de Langen
341fc2d90d
FIX linting 2020-03-27 20:04:50 +01:00
Norbert de Langen
1e43b97342
REMOVE prop-types where no longer needed 2020-02-14 22:30:08 +01:00
Norbert de Langen
eef84f9371 CHANGE to use corejs-upgrade-webpack-plugin over local implementation && ADD this plugin to manager & preview
also upgrade webpack to v4.33.0 (not necessary)
2019-06-11 15:49:53 +02:00
Armand Abric
ce442d9bad Extract, rewrite and test the core-js auto upgrade webpack plugin 2019-04-29 18:49:08 +02:00
Norbert de Langen
045f83f354 fix dll creation 2019-04-27 23:29:55 +02:00
Norbert de Langen
7c2ebbcfa9 REMOVE the core-js alias, though multiple core-js instances would be bad at best.
Maybe we can do something super smart and map the old to the new?
2019-04-27 21:40:02 +02:00
Armand Abric
bc6f900b59 Upgrade core-js imports 2019-04-27 18:14:56 +02:00
Norbert de Langen
10a530d9af ADD @storybook/api to dll 2019-03-19 19:32:30 +01:00
Norbert de Langen
72b28e99e0 MOVE all aliases to @storybook/ui/paths 2019-02-22 13:35:22 +01:00
Norbert de Langen
ae9e32f8d0
MIGRATE to wrap emotion into a @storybook/theming package
- This ensures a single version
- This adds a good place to add themes
- Addons can take a dependency on something storybook
- We could migrate to another styling lib without asking all users to migrate with us
2019-01-14 22:48:33 +01:00
Aaron Reisman
4ef4c2389a Upgrade emotion@10.0.2 2018-12-04 18:47:58 -08:00
Hypnosphi
7c73d0c985 Add regenerator-runtime 2018-12-04 16:27:02 +01:00
Norbert de Langen
726a29a070
CHANGE the babel config occording to Hypnos suggestions 2018-12-03 12:31:06 +01:00
Norbert de Langen
26e9357169
RENAME script to create DLLs && REMOVE unneeded babel loader in DLL config 2018-11-29 21:06:13 +01:00
Norbert de Langen
b088ed0114
RENAME script to createDlls for clarity & search-ability 2018-11-29 17:07:03 +01:00
Norbert de Langen
7096cf3ff2
RENAME config to webpackDllsConfig for clarity and easier search-ability 2018-11-29 17:05:31 +01:00
Norbert de Langen
cf8e979982
CHANGE to use terser over uglify 2018-11-29 17:00:57 +01:00
Norbert de Langen
e7c24bae12
MOVE licence notices into their own file && OPTIMISE the dll by specifying a preset-env target 2018-11-28 16:05:19 +01:00
Norbert de Langen
c46781863a
CLEANUP 2018-11-28 15:03:22 +01:00
Norbert de Langen
b198e08271
CLEANUP 2018-11-26 17:01:28 +01:00
Norbert de Langen
d06fe56a77
CHANGE output of dll to lib/core so it's easier to reference 2018-11-26 15:01:35 +01:00