Tianyi
Tianyi
mark。这样的分享下面的同学都没机会走神了
问一个问题。关于resolve. modulesDirectories 我的理解应该是一个相对的路径。然后工具里面还有一个是 ``` join(__dirname, '../node_modules')] ``` 这个解析出来的不是一个绝对路径吗?
那如果按照你之前给的例子的写法 ``` modulesDirectories: ['node_modules', join(__dirname, '../node_modules')], + modulesDirectories: ['node_modules'], ``` 那查找的顺序应该是什么样子的呢?
I solved this problem as follow ``` module: { loaders: [ { test: /\.css$/, loader: ExtractTextPlugin.extract("style", "happypack/loader?id=css") }, { test: /\.scss/, loader: ExtractTextPlugin.extract("style", 'css?minimize', "happypack/loader?id=scss") }, { test: /\.js$/, loader:...
貌似应该还是六层? 好像是指的是。。以前有过房贷或买过房?
杭州也是。认房认贷款的。 貌似是去年的政策
顺便给楼主补充俩我觉得不错的.. [A tale of two viewports — part one](http://www.quirksmode.org/mobile/viewports.html) [A tale of two viewports — part two](http://www.quirksmode.org/mobile/viewports2.html) 话说这个期刊是楼主自己整理的么?
恩恩..话说这些期刊都是你平时收集的么
so 可以加入么。。。我之前其实也在收集这样的东西。。 https://github.com/Tankpt/Font-End-Resource 不过跟你的形式不太一样