Skip to content

Instantly share code, notes, and snippets.

@rafakato
Last active February 15, 2018 21:14
Show Gist options
  • Save rafakato/8923889ef2ea65da2c49f4b23065b545 to your computer and use it in GitHub Desktop.
Save rafakato/8923889ef2ea65da2c49f4b23065b545 to your computer and use it in GitHub Desktop.
Workaround Webstorm autocomplete error when using babel module-resolver alias
/* eslint-disable no-undef */
System.config({
paths: {
'pluto-core/*': './src/*',
'pluto-core-config/*': './config/*',
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment