diff --git a/package.json b/package.json index fede73c0..83caa6f9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@fortawesome/fontawesome-free": "^5.15.3", "@sentry/cli": "^1.64.2", "@sentry/electron": "^2.5.0", - "@terminus-term/to-string-loader": "1.1.7-beta.1", + "@tabby-gang/to-string-loader": "^1.1.7-beta.2", "@types/electron-config": "^3.2.2", "@types/electron-debug": "^2.1.0", "@types/fs-extra": "^9.0.11", diff --git a/webpack.plugin.config.js b/webpack.plugin.config.js index f01dbab2..646b6a02 100644 --- a/webpack.plugin.config.js +++ b/webpack.plugin.config.js @@ -67,9 +67,9 @@ module.exports = options => { }, }, { test: /\.pug$/, use: ['apply-loader', 'pug-loader'] }, - { test: /\.scss$/, use: ['@terminus-term/to-string-loader', 'css-loader', 'sass-loader'], include: /(theme.*|component)\.scss/ }, + { test: /\.scss$/, use: ['@tabby-gang/to-string-loader', 'css-loader', 'sass-loader'], include: /(theme.*|component)\.scss/ }, { test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'], exclude: /(theme.*|component)\.scss/ }, - { test: /\.css$/, use: ['@terminus-term/to-string-loader', 'css-loader'], include: /component\.css/ }, + { test: /\.css$/, use: ['@tabby-gang/to-string-loader', 'css-loader'], include: /component\.css/ }, { test: /\.css$/, use: ['style-loader', 'css-loader'], exclude: /component\.css/ }, { test: /\.yaml$/, use: ['json-loader', 'yaml-loader'] }, { test: /\.svg/, use: ['svg-inline-loader'] },