Skip to content

Commit

Permalink
chore: clear main webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jul 17, 2021
1 parent 491ab82 commit 9b486fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/stack/webpack/src/webpack.config.ts
Expand Up @@ -52,15 +52,13 @@ const LESS_LOADER = {
test: /\.less$/,
use: [
MiniCssExtractPlugin.loader,
// 'style-loader',
'css-loader',
'postcss-loader',
{
loader: 'less-loader',
options: {
lessOptions: {
javascriptEnabled: true,
// paths: ['node_modules'],
},
},
},
Expand All @@ -70,7 +68,6 @@ const SASS_LOADER = {
test: /\.(sa|s?c)ss$/,
use: [
MiniCssExtractPlugin.loader,
// 'style-loader',
'css-loader',
'postcss-loader',
{
Expand Down

0 comments on commit 9b486fc

Please sign in to comment.