1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00
thatmattlove-hyperglass/hyperglass/ui/webpack.config.js
2020-02-24 09:06:07 -07:00

7 lines
93 B
JavaScript

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