Skip to content

Commit

Permalink
🐛 [bug]fix font path error.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjingling0510 committed Mar 21, 2017
1 parent 4e1089d commit 6dbfc8c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions config/webpack.pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const plugins = [

happyPackPlugin({
name: 'happypack-component-css',
loaders: ['style', 'css?modules&localIdentName=[name]__[local]___[hash:base64:5]', 'postcss']
loaders: ['style', 'css?modules&localIdentName=[hash:base64:5]', 'postcss']
}),

happyPackPlugin({
Expand All @@ -74,7 +74,7 @@ const plugins = [
minChunks: Infinity
}),
new webpack.HashedModuleIdsPlugin(),
new WebpackChunkHash()
// new WebpackChunkHash()
];

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

<body>
<div id="root"></div>
<script type="text/javascript" src="./manifest.d41d8cd98f00b204e980.js"></script><script type="text/javascript" src="./vendor.a6420916bcdda0d3194a.js"></script><script type="text/javascript" src="./main.79153d06d43839657618.js"></script></body>
<script type="text/javascript" src="./manifest.df72ff6be875a621b709.js"></script><script type="text/javascript" src="./vendor.6b60a02e1d7d61e990f5.js"></script><script type="text/javascript" src="./main.1fbf8ba69e06a48e3ff0.js"></script></body>

</html>
20 changes: 20 additions & 0 deletions docs/main.1fbf8ba69e06a48e3ff0.js

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions docs/main.79153d06d43839657618.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 6dbfc8c

Please sign in to comment.