Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dq-webpack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dq-webpack - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

2

package.json
{
"name": "dq-webpack",
"version": "1.3.4",
"version": "1.3.5",
"description": "Common webpack configuration for all projects with ability to customize",

@@ -5,0 +5,0 @@ "main": "webpack.common.js",

const webpack = require('webpack');
const CleanWebpackPlugin = require('clean-webpack-plugin');
// const CleanWebpackPlugin = require('clean-webpack-plugin');
const path = require('path');

@@ -17,7 +17,7 @@

}),
new CleanWebpackPlugin(['build'], {
root: publicDir,
verbose: true,
dry: false,
}),
// new CleanWebpackPlugin(['build'], {
// root: publicDir,
// verbose: true,
// dry: false,
// }),
function() {

@@ -24,0 +24,0 @@ this.plugin("done", function(stats) {

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