Skip to content

Commit 1b5163e

Browse files
author
Chuck Dumont
authored
Merge pull request #139 from chuckdumont/work
Update test dependency and readme for webpack 3.11
2 parents 94113c8 + cb1462b commit 1b5163e

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# Introduction
5454

55-
**dojo-webpack-plugin** is a [Webpack](https://webpack.github.io/) plugin that supports using Webpack to build Dojo 1.x applications that use Asyncronous Module Definition (AMD). This version supports Webpack 2 and greater. The plugin has been tested with Webpack 2.2.0 and 3.10.0, and Dojo versions 1.10 through 1.13. For Webpack 1.x, use the v1 branch of this project. Features include:
55+
**dojo-webpack-plugin** is a [Webpack](https://webpack.github.io/) plugin that supports using Webpack to build Dojo 1.x applications that use Asyncronous Module Definition (AMD). This version supports Webpack 2 and greater. The plugin has been tested with Webpack 2.2.0 and 3.11.0, and Dojo versions 1.10 through 1.13. For Webpack 1.x, use the v1 branch of this project. Features include:
5656

5757
* Support for Dojo loader config properties, including `baseUrl`, `paths`, `packages`, `map` and `aliases`
5858
* Support for client-side synchronous and asynchronous `require()` calls for packed modules.

package-lock.json

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"mocha-lcov-reporter": "^1.3.0",
4343
"proxyquire": "^1.8.0",
4444
"should": "^13.2.1",
45-
"webpack": "3.10.0"
45+
"webpack": "3.11.0"
4646
}
4747
}

0 commit comments

Comments
 (0)