Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
build: Remove webpack aliases
Browse files Browse the repository at this point in the history
They were fucking with builds and I can't even remember why
they were there in the first place
  • Loading branch information
qdot committed Feb 11, 2021
1 parent ed07fb9 commit 319de2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ const base = {
},
resolve: {
extensions: [".ts", ".js", ".vue"],
alias: {
'vue$': path.resolve('./node_modules/vue/dist/vue.esm.js'),
'vue-material$': path.resolve('./node_modules/vue-material/dist/vue-material.js'),
'buttplug$': path.resolve('./node_modules/buttplug/dist/main/src/index.js')
}
},
devServer: {
historyApiFallback: true,
Expand Down

0 comments on commit 319de2d

Please sign in to comment.