Skip to content

Commit 7db67a8

Browse files
author
mtthwmnc
authoredJan 21, 2020
Merge pull request #9 from punkave/feature/updates
Remove devtool
2 parents 35ae0fd + 85f3a08 commit 7db67a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pk-webpack",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

‎webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const path = require('path');
55
module.exports = function (appRoot) {
66
return {
77
entry: [`${appRoot}/src/js/site.js`, `${appRoot}/src/scss/site.scss`],
8-
devtool: '#eval-source-map',
98
output: {
109
path: `${appRoot}/public/js/`,
1110
filename: 'always.js',

0 commit comments

Comments
 (0)