Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
getBlup committed Jul 5, 2022
1 parent d92de2b commit 4101864
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sh.exe.stackdump
node_modules
.temp_cache
Binary file modified .temp_cache/default-production/0.pack.gz
Binary file not shown.
Binary file modified .temp_cache/default-production/index.pack.gz
Binary file not shown.
Binary file modified .temp_cache/default-production/index.pack.gz.old
Binary file not shown.
14 changes: 3 additions & 11 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ module.exports = (env) => {
devtool: 'source-map',
watch: true,
stats: {
all: false,
assets: true
warnings: false,
cachedModules: false,
groupModulesByCacheStatus: false
},
resolve: {
extensions: ['.ts', '.tsx', '.js', '.scss']
Expand Down Expand Up @@ -66,15 +67,6 @@ module.exports = (env) => {
use: {
loader: 'ts-loader'
}
},
{
test: /\.(png|jpe?g|gif)$/,
use: [{
options: {
name: '[name].[ext]',
outputPath: 'images/'
}
}]
}
],
},
Expand Down

0 comments on commit 4101864

Please sign in to comment.