- Jul 01, 2020
-
-
-
-
-
-
-
-
-
-
Reiter, Christoph authored
-
-
-
-
-
Reiter, Christoph authored
-
-
Reiter, Christoph authored
customElements isn't defined there
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This means less dom change on load
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
So that packages depending on it install it as well
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
node-resolve wasn't limited to the local node_modules and picked up the dependency from another package on my machine.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
So that rollup can do tree shaking and report import errors.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
When specifying a package for code splitting, rollup requires the packages to have a valid entry point for some reason. Add an empty one.
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
So rollup doesn't have to convert them (and potentially fail)
-