Skip to content

Commit

Permalink
fix: CSS not loaded on production build
Browse files Browse the repository at this point in the history
  • Loading branch information
maemaemae3 committed Mar 16, 2021
1 parent c7fd030 commit cdcf25d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazy-translator",
"version": "1.5.0",
"version": "1.5.1",
"description": "extension that translates and lookup imported dictionary",
"author": "tempe",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{
"matches": ["<all_urls>"],
"js": ["js/content-script.js"],
"css": ["css/content-script.css"],
"all_frames": true
}
],
Expand Down
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ module.exports = {
},
},
},
filenameHashing: false,
};

0 comments on commit cdcf25d

Please sign in to comment.