We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fc9bb commit a9f2d47Copy full SHA for a9f2d47
package.json
@@ -36,6 +36,10 @@
36
{
37
"language": "twig",
38
"path": "./snippets/twig.json"
39
+ },
40
+ {
41
+ "language": "javascript",
42
+ "path": "./snippets/javascript.json"
43
}
44
]
45
},
snippets/javascript.json
@@ -0,0 +1,6 @@
1
+{
2
+ "File Loader Import": {
3
+ "prefix": "flyntFileLoaderImport",
4
+ "body": "import 'file-loader?name=vendor/${1:file.ext}!${2|uglify-loader,csso-loader|}!${3:package-path}'"
5
+ }
6
+}
0 commit comments