Skip to content

Commit

Permalink
remove labeled modules leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
timse committed Feb 24, 2017
1 parent 343cdc7 commit 2c14f6c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion bin/config-optimist.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module.exports = function(optimist) {
.boolean("optimize-minimize").describe("optimize-minimize", "Minimize javascript and switches loaders to minimizing")
.string("prefetch").describe("prefetch", "Prefetch this request")
.string("provide").describe("provide", "Provide these modules as free vars in all modules")
.boolean("labeled-modules").describe("labeled-modules", "Enables labeled modules")
.string("plugin").describe("plugin", "Load this plugin")
.boolean("bail").describe("bail", "Abort the compilation on first error")
.boolean("profile").describe("profile", "Profile the compilation and include information in stats")
Expand Down
6 changes: 1 addition & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,9 @@ example demonstrating Code Splitting through the builder loader

example demonstrating merging of chunks with named chunks

## labeled-modules

example demonstrating Labeled Modules

## mixed

example demonstrating mixing CommonJs, AMD, and Labeled Modules
example demonstrating mixing CommonJs and AMD

## web-worker

Expand Down
1 change: 0 additions & 1 deletion test/browsertest/middlewareTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ app.configure(function() {
chunkFilename: "[chunkhash].chunk.js"
},
plugins: [
new webpack.dependencies.LabeledModulesPlugin(),
new webpack.optimize.UglifyJsPlugin(),
new webpack.HotModuleReplacementPlugin()
]
Expand Down

0 comments on commit 2c14f6c

Please sign in to comment.