Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Fixing webpack module resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sierociński committed Aug 22, 2019
1 parent 3eee4cd commit f73ac58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashbi",
"version": "0.1.1",
"version": "0.1.2",
"description": "Dashbi is light framework that lets you build own dashboards corresponding your needs",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/www/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
},

resolve: {
modules: [ globalConfig.path.nodeModules ],
modules: [ globalConfig.path.nodeModules, 'node_modules' ],
extensions: ['.js', '.vue', '.json'],
alias: {
'@root': globalConfig.path.root,
Expand Down

0 comments on commit f73ac58

Please sign in to comment.