Skip to content

Commit 013a1e0

Browse files
committed
chore: update webpack swcLoader snapshot
1 parent 77b6e4e commit 013a1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/webpack/test/loaders.swcLoader.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('swcLoader', () => {
121121
assert.deepStrictEqual(loader.options.jsc.parser, {
122122
syntax,
123123
[syntax === 'typescript' ? 'tsx' : 'jsx']: enableJsx,
124-
importAttributes: true,
124+
importAssertions: true,
125125
});
126126
assert.deepStrictEqual(loader.options.jsc.transform.react, {
127127
development: isDevelopment,

0 commit comments

Comments
 (0)