fix: avoid extracting css into files

This commit is contained in:
Ignacio Anaya
2021-06-22 16:41:39 -03:00
parent 9dbec8a8a7
commit b713e980a9
2 changed files with 29 additions and 25 deletions

View File

@@ -18,32 +18,32 @@
"postcss": "7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@2.0.2",
"vue": "3.0.6",
"vue-tippy": "^6.0.0-alpha.30",
"vue3-highlightjs": "^1.0.5"
"vue-tippy": "6.0.0-alpha.30",
"vue3-highlightjs": "1.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^2.0.0-rc.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-0",
"jest": "^26.6.3",
"jest-vue-preprocessor": "^1.7.1",
"node-sass": "^5.0.0",
"playwright": "^1.10.0",
"prettier": "^1.19.1",
"puppeteer": "^9.0.0",
"sass-loader": "^10.1.1",
"typescript": "~3.9.3",
"vue-cli-plugin-browser-extension": "~0.25.1",
"vue-cli-plugin-tailwind": "~2.0.6",
"vue-jest": "^5.0.0-0"
"@testing-library/jest-dom": "5.12.0",
"@vue/cli-plugin-babel": "4.5.0",
"@vue/cli-plugin-eslint": "4.5.0",
"@vue/cli-plugin-unit-jest": "4.5.12",
"@vue/cli-service": "4.5.0",
"@vue/compiler-sfc": "3.0.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/test-utils": "2.0.0-rc.6",
"babel-eslint": "10.1.0",
"eslint": "6.7.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-vue": "7.0.0-0",
"jest": "26.6.3",
"jest-vue-preprocessor": "1.7.1",
"node-sass": "5.0.0",
"playwright": "1.10.0",
"prettier": "1.19.1",
"puppeteer": "9.0.0",
"sass-loader": "10.1.1",
"typescript": "3.9.3",
"vue-cli-plugin-browser-extension": "0.25.1",
"vue-cli-plugin-tailwind": "2.0.6",
"vue-jest": "5.0.0-0"
}
}

View File

@@ -1,4 +1,8 @@
module.exports = {
css: {
extract: false,
},
pages: {
popup: {
template: 'public/browser-extension.html',