Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
feat(karma): Update karma webpack plugin
Browse files Browse the repository at this point in the history
see #23
  • Loading branch information
hypery2k committed Jan 23, 2017
1 parent 296147c commit ae43070
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Or if you want to use the development version (nightly build), which maybe not s
```
npm install @holisticon/angular-common@next --save-dev
```

## Usage

### Basic Usage
Expand Down Expand Up @@ -111,6 +112,13 @@ var path = require("path"),
var appConfig = {
srcPath: srcPath,
testPath: testPath,
copy: [{
from: sourceRoot + '/img',
to: 'img'
}, {
from: sourceRoot + '/i18n',
to: 'i18n'
}],
entry: {
'polyfills': sourceRoot + '/polyfills.browser.ts',
'app': sourceRoot + '/main.browser.ts',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"karma-junit-reporter": "1.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"karma-webpack": "2.0.2",
"node-sass": "3.10.1",
"open-browser-webpack-plugin": "0.0.2",
"phantomjs-polyfill": "0.0.2",
Expand Down

0 comments on commit ae43070

Please sign in to comment.