qmzreact 1.0.11 → 1.0.12

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.
@@ -164,6 +164,12 @@ module.exports = [
164
164
  options: merge({
165
165
  additionalData: sassGlobalStyles,
166
166
  implementation: require('sass'),
167
+ silenceDeprecations: [
168
+ 'legacy-js-api',
169
+ 'import',
170
+ 'global-builtin',
171
+ 'if-function',
172
+ ], // 静默 @import 警告
167
173
  sassOptions: {
168
174
  fiber: false,
169
175
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qmzreact",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "前端react本地启动服务和打包工具",
5
5
  "author": {
6
6
  "name": "qmz",