dev_local_2
杨树林 5 years ago
parent 66362e14e7
commit 5313d845f0

@ -1,4 +1,4 @@
document.write("<link href='//at.alicdn.com/t/font_653600_qa9lwwv74z.css' rel='stylesheet' type='text/css'/>");
document.write('<link href="' + _host + 'css/font_653600_qa9lwwv74z.css" rel="stylesheet" type="text/css"/>');
/*!
* JavaScript Cookie v2.2.0

@ -114,6 +114,10 @@ module.exports = {
// please link the files into your node_modules/ and let module-resolution kick in.
// Make sure your source files are compiled, as they will not be processed in any way.
new ModuleScopePlugin(paths.appSrc, [paths.appPackageJson]),
['ice-plugin-css-assets-local', {
outputPath: 'assets',
relativeCssPath: '../'
}]
],
},
module: {

@ -163,6 +163,7 @@
"babel-plugin-import": "^1.11.0",
"concat": "^1.0.3",
"happypack": "^5.0.1",
"ice-plugin-css-assets-local": "^0.1.2",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-parallel-uglify-plugin": "^1.1.0"
}

File diff suppressed because one or more lines are too long

@ -1267,6 +1267,11 @@ li.m-height a{height: 90px!important;line-height: 90px!important;}
url('./iconfont/roboto-regular.woff2') format('woff2'),
url('./iconfont/iconfont.ttf') format('truetype'),
url('./iconfont/iconfont.svg#iconfont') format('svg');
url('./iconfont/roboto-medium.ttf') format('ttf'),
url('./iconfont/roboto-medium.woff') format('woff'),
url('./iconfont/roboto-medium.woff2') format('woff2'),
url('./iconfont/roboto-regular.ttf') format('ttf'),
url('./iconfont/roboto-regular.woff') format('woff'),
}
@font-face {
font-family: Roboto;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 177 KiB

Loading…
Cancel
Save