Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #77 Found the best explanation here: https://webpack.js.org/configuration/resolve/#resolvealias With this setting, all files and folders in js can now be referenced with the js alias, e.g. a module app/js/module.js should be imported in index.js as js/module.js. app/js/foo/hello.js should be imported in index.js as js/foo/hello.js.
- Loading branch information