Skip to content

Commit 6373436

Browse files
committed
2.9.5
2.9.5 - 2017-10-18 ----------------------------------------------- ## Webpack * Fixes `publicPath` with `extract-text-webpack-plugin`, so that fonts/images are referenced properly in production
1 parent 220151b commit 6373436

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.9.5 - 2017-10-18
2+
-----------------------------------------------
3+
4+
## Webpack
5+
* Fixes `publicPath` with `extract-text-webpack-plugin`, so that fonts/images are referenced properly in production
6+
17
2.9.4 - 2017-10-18
28
-----------------------------------------------
39

kit/webpack/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export const css = {
121121
...loader.use,
122122
],
123123
fallback: 'style-loader',
124+
publicPath: '../../',
124125
}),
125126
};
126127
}

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "reactql-app",
3-
"version": "2.9.4",
3+
"version": "2.9.5",
44
"description": "ReactQL starter kit app",
55
"license": "UNLICENSED",
66
"private": true,

0 commit comments

Comments
 (0)