@alchemycodelab/create-app
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "@alchemycodelab/create-app", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -15,4 +15,4 @@ { | ||
"test:watch": "npm run test -- --watch", | ||
"start": "webpack-dev-server --hot --mode development --devtool eval-source-map", | ||
"build": "webpack -p --devtool source-map" | ||
"start": "webpack serve --hot --mode development --devtool eval-source-map", | ||
"build": "webpack --devtool source-map" | ||
}, | ||
@@ -19,0 +19,0 @@ "keywords": [], |
@@ -0,1 +1,3 @@ | ||
/* eslint-disable no-undef */ | ||
const path = require('path'); | ||
const HtmlPlugin = require('html-webpack-plugin'); | ||
@@ -11,2 +13,3 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin'); | ||
filename: 'bundle.[hash].js', | ||
path: path.resolve(__dirname, './dist'), | ||
publicPath: '/' | ||
@@ -13,0 +16,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20449
371