Skip to content

Commit

Permalink
Restructure bundler / Use rollup to build starting blocks library wit…
Browse files Browse the repository at this point in the history
…h several bundle types (esm, umd...) / Use webpack for examples only / Improve webpack config to build two kinds of bundles for modern and legacy browsers
  • Loading branch information
Gouterman committed Oct 5, 2018
1 parent 62ba7ea commit 0965c26
Show file tree
Hide file tree
Showing 57 changed files with 33,605 additions and 1,169 deletions.
4 changes: 3 additions & 1 deletion .babelrc
@@ -1,6 +1,8 @@
{
"presets": [
"@babel/preset-env"
["@babel/preset-env", {
"useBuiltIns": "usage"
}]
],
"plugins": [
"@babel/plugin-transform-runtime",
Expand Down
5 changes: 0 additions & 5 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 0 additions & 51 deletions build/build/base.js

This file was deleted.

132 changes: 0 additions & 132 deletions build/build/environments.js

This file was deleted.

48 changes: 0 additions & 48 deletions build/build/index.js

This file was deleted.

0 comments on commit 0965c26

Please sign in to comment.