$
This commit is contained in:
13
node_modules/@babel/plugin-syntax-import-assertions/src/index.ts
generated
vendored
Normal file
13
node_modules/@babel/plugin-syntax-import-assertions/src/index.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { declare } from "@babel/helper-plugin-utils";
|
||||
|
||||
export default declare(api => {
|
||||
api.assertVersion(7);
|
||||
|
||||
return {
|
||||
name: "syntax-import-assertions",
|
||||
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("importAssertions");
|
||||
},
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user