Socket
Socket
Sign inDemoInstall

webpack-simple

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-simple - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

index.js

@@ -103,3 +103,3 @@ const defaultJSExclude = [/\.json$/, /node_modules/];

if (sassLoaderIndex === -1) {
throw new Error('CSS loader options provided but no CSS loader found');
throw new Error('SASS loader options provided but no SASS loader found');
}

@@ -106,0 +106,0 @@ const defaultSassLoader = use[sassLoaderIndex];

{
"name": "webpack-simple",
"version": "1.3.1",
"version": "1.3.2",
"description": "Webpack Config - Simple defaults, extendable options",
"main": "index.js",
"scripts": {
"test": "jest"
"test": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},

@@ -22,2 +23,3 @@ "repository": {

"devDependencies": {
"coveralls": "^3.0.4",
"jest": "^24.7.1",

@@ -24,0 +26,0 @@ "prettier": "^1.16.4"

@@ -5,2 +5,6 @@ # Webpack Config

[![Build Status](https://travis-ci.com/helloitsjoe/webpack-simple.svg?branch=master)](https://travis-ci.com/helloitsjoe/webpack-simple)
[![Coverage Status](https://coveralls.io/repos/github/helloitsjoe/webpack-simple/badge.svg?branch=master)](https://coveralls.io/github/helloitsjoe/webpack-simple?branch=master)
[![npm](https://img.shields.io/npm/v/webpack-simple.svg)](https://www.npmjs.com/package/webpack-simple)
## Installation

@@ -35,5 +39,5 @@

{
test: /\.js$/,
test: /\.jsx?$/,
exclude: [/.json$/, /node_modules/],
use: {
use: [{
loader: 'babel-loader',

@@ -44,3 +48,3 @@ options: {

},
},
}],
},

@@ -47,0 +51,0 @@ {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc