Skip to content

Commit

Permalink
Merge pull request #153 from chuckdumont/work2
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
chuckdumont authored Mar 21, 2018
2 parents 2f89617 + e1a5f0d commit ebec148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# Introduction

**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:
**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 (Webpack 4 must be 4.2.0 or greater), and Dojo versions 1.10 through 1.13. Features include:

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

0 comments on commit ebec148

Please sign in to comment.