mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Update CSS file extensions to SCSS
This commit is contained in:
+3
-3
@@ -18,9 +18,9 @@ export default {
|
||||
entry: {
|
||||
SEQTA: './src/SEQTA.js',
|
||||
background: './src/background.js',
|
||||
'inject/documentload': './src/inject/documentload.css', // Entry for CSS
|
||||
'inject/iframe': './src/inject/iframe.css', // Entry for CSS
|
||||
'inject/injected': './src/inject/injected.scss', // Entry for CSS
|
||||
'inject/documentload': './src/inject/documentload.scss',
|
||||
'inject/iframe': './src/inject/iframe.scss',
|
||||
'inject/injected': './src/inject/injected.scss',
|
||||
},
|
||||
output: {
|
||||
filename: (pathData) => {
|
||||
|
||||
Reference in New Issue
Block a user