Skip to content

Commit

Permalink
Remove rollup-plugin-import-assertions (#460)
Browse files Browse the repository at this point in the history
* Remove rollup-plugin-import-assertions from package.json

* Remove rollup-plugin-import-assertions from rollup.config.js
  • Loading branch information
khashashin authored Jun 29, 2024
1 parent fdebaf5 commit 62cb826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-import-assertions": "^0.3.0",
"rollup-plugin-version-injector": "^1.3.3"
},
"browser": {
Expand Down Expand Up @@ -125,4 +124,4 @@
"pwa-helpers": "^0.9.1",
"tippy.js": "^6.3.7"
}
}
}
2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import merge from 'deepmerge'
import copy from 'rollup-plugin-copy'
import {createSpaConfig} from '@open-wc/building-rollup'
import importAssertions from 'rollup-plugin-import-assertions'
import replace from '@rollup/plugin-replace'
import versionInjector from 'rollup-plugin-version-injector'

Expand Down Expand Up @@ -46,7 +45,6 @@ export default merge(baseConfig, {
preventAssignment: true,
'process.env.NODE_ENV': JSON.stringify('production'),
}),
importAssertions(),
versionInjector(),
],
})

0 comments on commit 62cb826

Please sign in to comment.