Skip to content

Commit

Permalink
Chore: Switch from Webpack to Rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
sandypockets committed Dec 16, 2023
1 parent 19fb94c commit 1f60c8d
Show file tree
Hide file tree
Showing 16 changed files with 2,962 additions and 486 deletions.
10 changes: 9 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"presets": ["@babel/preset-env"]
"presets": [
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead",
"modules": false
}
]
]
}
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ package-lock.json
webpack.config.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DOCUMENTATION.md
DOCUMENTATION.md
rollup.config.js
1 change: 0 additions & 1 deletion dist/index.browser.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/index.esm.css

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

3 changes: 2 additions & 1 deletion dist/index.esm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.esm.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/styles.css

This file was deleted.

Loading

0 comments on commit 1f60c8d

Please sign in to comment.