@pixui-dev/pxw 0.1.36 → 0.1.37

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/config/webpack.js CHANGED
@@ -177,7 +177,7 @@ module.exports = {
177
177
  },
178
178
  },
179
179
  {
180
- test: /\.(png|jpg|gif|mp4|lottie)$/,
180
+ test: /\.(png|jpg|gif|mp4|lottie|astc)$/,
181
181
  loader: require.resolve('url-loader'),
182
182
  options: {
183
183
  name: 'static/media/[name].[hash:8].[ext]',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixui-dev/pxw",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "private": false,
5
5
  "directories": {
6
6
  "lib": "lib"