Skip to content

Commit

Permalink
Simplified webpack config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Mar 26, 2020
1 parent 7691d6f commit 7f3c94d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cvat-ui/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,8 @@ module.exports = {
sourceType: 'unambiguous',
},
},
}, {
test: /node_modules\/antd\/[\w\/]*.css$/,
use: ['style-loader', {
loader: 'css-loader',
options: {
importLoaders: 2,
},
}, 'postcss-loader']
}, {
test: /\.(css|scss)$/,
exclude: /node_modules/,
use: ['style-loader', {
loader: 'css-loader',
options: {
Expand Down

0 comments on commit 7f3c94d

Please sign in to comment.