Skip to content

Commit e65eb9e

Browse files
committed
Update to import attributes syntax.
1 parent 43a63a0 commit e65eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pkg from './package.json' assert {type: 'json'};
1+
import pkg from './package.json' with {type: 'json'};
22

33
function preserveDynamicImportPlugin() {
44
return {

0 commit comments

Comments
 (0)