Skip to content

Commit c22ac81

Browse files
author
Krasimir Tsonev
authored
Merge pull request #21 from BrodaNoel/patch-2
Implement Webpack 3
2 parents c6c0aa5 + 2e3bc40 commit c22ac81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Webpack based boilerplate for producing libraries (Input: ES6, Output: universal
44

55
## Features
66

7-
* Webpack 2 based.
7+
* Webpack 3 based.
88
* ES6 as a source.
99
* Exports in a [umd](https://github.com/umdjs/umd) format so your library works everywhere.
1010
* ES6 test setup with [Mocha](http://mochajs.org/) and [Chai](http://chaijs.com/).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint": "3.19.0",
2121
"eslint-loader": "1.7.1",
2222
"mocha": "3.3.0",
23-
"webpack": "2.4.1",
23+
"webpack": "3.1.0",
2424
"yargs": "7.1.0"
2525
},
2626
"repository": {

0 commit comments

Comments
 (0)