@@ -0,0 +1,10 @@
+// only to make webstorm know alias
+const path = require('path')
+const base = path.resolve(__dirname, 'src')
+module.exports = {
+ resolve: {
+ alias: {
+ '@': base
+ }
+}