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 d317de4 commit cb8a9a7Copy full SHA for cb8a9a7
src/assetbundles/transcoder/src/js/Transcoder.js
@@ -1,6 +1,6 @@
1
// Import our CSS
2
-import '@css/app.pcss';
3
-import '@img/Transcoder-icon.svg';
+import '@/css/app.pcss';
+import '@/img/Transcoder-icon.svg';
4
5
const main = async () => {
6
};
0 commit comments