Skip to content

Commit

Permalink
Merge pull request #9 from punkave/feature/updates
Browse files Browse the repository at this point in the history
Remove devtool
  • Loading branch information
mtthwmnc authored Jan 21, 2020
2 parents 35ae0fd + 85f3a08 commit 7db67a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pk-webpack",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const path = require('path');
module.exports = function (appRoot) {
return {
entry: [`${appRoot}/src/js/site.js`, `${appRoot}/src/scss/site.scss`],
devtool: '#eval-source-map',
output: {
path: `${appRoot}/public/js/`,
filename: 'always.js',
Expand Down

0 comments on commit 7db67a8

Please sign in to comment.