Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rollupjs instead of webpack #104

Merged
merged 5 commits into from
Sep 3, 2023
Merged

Use rollupjs instead of webpack #104

merged 5 commits into from
Sep 3, 2023

Conversation

BuJo
Copy link
Member

@BuJo BuJo commented Sep 3, 2023

 package-lock.json                          | 1210 +++++++++------------------------------------------------------------
 package.json                               |    9 +-
 pkg/web/static/js/index.min.js             |   28 +-
 pkg/web/static/js/index.min.js.LICENSE.txt |   14 -
 pkg/web/static/js/index.min.js.map         |    2 +-
 rollup.config.mjs                          |   23 ++
 webpack.config.js                          |   11 -
 7 files changed, 194 insertions(+), 1103 deletions(-)

* As sourcemapIgnoreList does not really stop source map generation
  for library code, remove configuration.
* see rollup/rollup#5069
* watch now working with `watch` again
* watch works without configuration
* only one output
@BuJo
Copy link
Member Author

BuJo commented Sep 3, 2023

I like it, as it removes some clutter from the npm dependencies.

@BuJo BuJo merged commit 3e18c57 into main Sep 3, 2023
3 checks passed
@BuJo BuJo deleted the rollup branch September 3, 2023 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant