Socket
Socket
Sign inDemoInstall

webpack-simple

Package Overview
Dependencies
291
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

7

index.js

@@ -69,11 +69,6 @@ const defaultJSExclude = [/\.json$/, /node_modules/];

loader: 'sass-loader',
options: defaultCSSLoaderOptions,
},
];
const makeCSS = ({
cssLoaderOptions,
sassLoaderOptions,
use = defaultCSSUse,
} = {}) => {
const makeCSS = ({ cssLoaderOptions, sassLoaderOptions, use = defaultCSSUse } = {}) => {
if (!cssLoaderOptions && !sassLoaderOptions) {

@@ -80,0 +75,0 @@ return { test: /\.s?css$/, use };

2

package.json
{
"name": "webpack-simple",
"version": "1.6.0",
"version": "1.6.1",
"description": "Webpack Config - Simple defaults, extendable options",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -59,3 +59,3 @@ # Webpack Simple

{ loader: 'css-loader', options: { modules: true } },
{ loader: 'sass-loader', options: { modules: true } },
{ loader: 'sass-loader' },
],

@@ -144,3 +144,3 @@ },

// { loader: 'css-loader', options: { foo: 'bar' } },
// { loader: 'sass-loader', options: { modules: true } },
// { loader: 'sass-loader' },
// ],

@@ -163,2 +163,3 @@ // }

node,
entry, // Falls back to Webpack's default: '/src/index.js'

@@ -168,2 +169,3 @@ output, // Falls back to Webpack's default '/dist/main.js'

stats,
watch,
devtool,

@@ -175,2 +177,5 @@ resolve,

performance,
experiments,
watchOptions,
optimization,
});

@@ -177,0 +182,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc