Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Apr 12, 2019
1 parent 7677e76 commit 47e81b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/ocular-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,11 @@ module.exports = {
webpack: {
resolve: {
modules: [resolve(__dirname, './node_modules')],
alias: Object.assign({}, ALIASES
, dependencyAliases, {
alias: Object.assign({}, ALIASES, dependencyAliases, {
'@luma.gl/addons': `${__dirname}/node_modules/@luma.gl/addons/src`,
'@luma.gl/core': `${__dirname}/node_modules/@luma.gl/core/src`,
'@luma.gl/constants': `${__dirname}/node_modules/@luma.gl/constants/src`
}
)
})
}
},

Expand Down

0 comments on commit 47e81b7

Please sign in to comment.