Skip to content

Issue with creating production bundles #12

@dopeboy

Description

@dopeboy

Hi,

Thanks very much for publishing this and the supplementary guide. It is very very helpful.

For webpack.prod.config.js, I had to remove the last curly brace. I also had to add the following two lines:

 var webpack = require('webpack'); var BundleTracker = require('webpack-bundle-tracker'); 

When I run

./node_modules/.bin/webpack --config webpack.prod.config.js 

it expects additional parameters. Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions