1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-22 18:28:07 +00:00
thatmattlove-hyperglass/ui/webpack.config.js
checktheroads 0728965999 fix import
2020-01-17 02:50:57 -07:00

7 lines
93 B
JavaScript

const alias = require("./.alias");
module.exports = {
resolve: {
alias
}
};