Skip to content

Commit

Permalink
Upgrade rspack to v1.0.0 (#49)
Browse files Browse the repository at this point in the history
* rspack upgrade to 1.0.0

* version

* fix lock
  • Loading branch information
elliotBraem authored Aug 29, 2024
1 parent 951aaec commit ea44c9b
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 239 deletions.
2 changes: 1 addition & 1 deletion config/rspack.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = () => {
optimization: {
minimize: true,
minimizer: [
new rspack.SwcCssMinimizerRspackPlugin(),
new rspack.LightningCssMinimizerRspackPlugin(),
new rspack.SwcJsMinimizerRspackPlugin({
exclude: /webcomponentapp.js/,
minimizerOptions: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-bos-webcomponent",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/NEARBuilders/near-bos-webcomponent",
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,8 +70,8 @@
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"@rspack/cli": "^1.0.0",
"@rspack/core": "^1.0.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
Expand Down
Loading

0 comments on commit ea44c9b

Please sign in to comment.