Skip to content

Commit ae50ead

Browse files
committed
Removed unnecessary code
1 parent 69b7052 commit ae50ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22

33
var webpack = require('webpack');
4-
console.log(process.env.npm_lifecycle_event);
4+
55
module.exports = {
66
entry: "./app/App.js",
77
output: {

0 commit comments

Comments
 (0)