Skip to content

Instantly share code, notes, and snippets.

@faran312
Last active January 8, 2020 03:55
Show Gist options
  • Select an option

  • Save faran312/39c51eefab68d3061e5a5cd92d65c7b8 to your computer and use it in GitHub Desktop.

Select an option

Save faran312/39c51eefab68d3061e5a5cd92d65c7b8 to your computer and use it in GitHub Desktop.

Revisions

  1. faran312 revised this gist Jan 8, 2020. 1 changed file with 0 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions webpack.config.js
    Original file line number Diff line number Diff line change
    @@ -1,4 +0,0 @@
    module.exports = {
    mode: 'production',
    entry: './'
    };
  2. faran312 created this gist Jan 8, 2020.
    16 changes: 16 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "name": "Webpack",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
    "build": "webpack --config webpack.config.js"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
    }
    }
    4 changes: 4 additions & 0 deletions webpack.config.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    module.exports = {
    mode: 'production',
    entry: './'
    };