I hereby claim:
- I am gilmoreorless on github.
- I am gilmoreorless (https://keybase.io/gilmoreorless) on keybase.
- I have a public key ASC76CCmkSavoTZ2XQWcUikOX-yNx5GtLw3xEHXOzqOJPQo
To claim this, I am signing this object:
license: cc-by-4.0 | |
height: 600 |
license: cc-by-4.0 |
license: cc-by-4.0 |
license: cc-by-4.0 |
license: cc-by-4.0 |
license: mit |
I hereby claim:
To claim this, I am signing this object:
The content of this gist has been superseded by a new proper plugin for webpack: https://github.com/gilmoreorless/moment-timezone-data-webpack-plugin
The original contents of the gist are kept below for context, but I encourage people to use the plugin instead.
This is a custom helper script I wrote for a project’s Webpack build. It reduces the amount of time zone definition data loaded by moment-timezone
. This helps reduce the size of the JS bundle loaded in a browser.
This is a dummy project to help with debugging a compatibility issue between [email protected]
and treebeard@^3.2.x
:
It is a default project created via @storybook/cli sb init
, with all storybook versions locked to 4.1.16
.
@storybook/ui@^4.0.0
depended on react-treebeard@^3.1.0
— as soon as react-treebeard
released version 3.2.0
, storybook v4 started to break when using it.@storybook/[email protected]
solved the problem by explicitly pinning react-treebeard
to version 3.1.0
.@storybook/ui@^5.0.0
no longer depends on react-treebeard
, so this only affects the v4 branch (which is still heavily used).