@griddo/ax 1.75.47 → 1.75.48

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.
@@ -541,6 +541,11 @@ module.exports = function (webpackEnv) {
541
541
  // Make sure to add the new loader(s) before the "file" loader.
542
542
  ],
543
543
  },
544
+ {
545
+ test: /\.mjs$/,
546
+ include: /node_modules/,
547
+ type: "javascript/auto",
548
+ },
544
549
  ],
545
550
  },
546
551
  plugins: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "1.75.47",
4
+ "version": "1.75.48",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -230,5 +230,5 @@
230
230
  "publishConfig": {
231
231
  "access": "public"
232
232
  },
233
- "gitHead": "4b093ba44ad3463514dfe964d382c3ec3c8b6749"
233
+ "gitHead": "21255bf5f053926168ea75fd36e61f18cb1f2300"
234
234
  }