main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
308 bytes
|
Line | |
---|
1 | {
|
---|
2 | const availablePlugins = {
|
---|
3 | "syntax-import-assertions": () => require("@babel/plugin-syntax-import-assertions"),
|
---|
4 | "syntax-import-attributes": () => require("@babel/plugin-syntax-import-attributes")
|
---|
5 | };
|
---|
6 | module.exports = availablePlugins;
|
---|
7 | }
|
---|
8 |
|
---|
9 | //# sourceMappingURL=babel-7-available-plugins.cjs.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.