akfun 3.2.17 → 3.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akfun",
3
- "version": "3.2.17",
3
+ "version": "3.2.18",
4
4
  "description": "前端脚手架:支持Vue技术栈和react技术栈",
5
5
  "keywords": [
6
6
  "前端工程",
@@ -48,9 +48,6 @@ exports.cssLoaders = function (options) {
48
48
  } else if (options.cssLoaderUrl !== undefined) {
49
49
  // cssLoaderUrl 为true 则不处理 css 中的 url
50
50
  return options.cssLoaderUrl;
51
- } else if (resourcePath.includes('node_modules')) {
52
- // 默认不处理 node_modules 中相关 css 文件中的 url
53
- return false;
54
51
  }
55
52
  return true;
56
53
  }