Skip to content

Commit

Permalink
Use fork with resolved loader path #263
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jan 23, 2017
1 parent 66b0bf0 commit 1b6d30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-cosmos-webpack/package.json
Expand Up @@ -15,7 +15,7 @@
"css-loader": "^0.26.1",
"express": "^4.14.0",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.26.0",
"@skidding/html-webpack-plugin": "^2.26.0",
"json-loader": "^0.5.4",
"loader-utils": "^0.2.16",
"react-cosmos": "^2.0.0-beta.4",
Expand Down
@@ -1,4 +1,4 @@
import HtmlWebpackPlugin from 'html-webpack-plugin';
import HtmlWebpackPlugin from '@skidding/html-webpack-plugin';

// This config doesn't have entry and output set up because it's not meant to
// work standalone. react-cosmos-webpack adds an entry & output when extending this.
Expand Down

0 comments on commit 1b6d30a

Please sign in to comment.