We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7052 commit ae50eadCopy full SHA for ae50ead
webpack.config.js
@@ -1,7 +1,7 @@
1
const path = require('path');
2
3
var webpack = require('webpack');
4
-console.log(process.env.npm_lifecycle_event);
+
5
module.exports = {
6
entry: "./app/App.js",
7
output: {
0 commit comments