@kaliber/build 0.0.124 → 0.0.125

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/build.js +2 -1
  2. package/package.json +1 -1
package/lib/build.js CHANGED
@@ -311,7 +311,8 @@ module.exports = function build({ watch }) {
311
311
  },
312
312
 
313
313
  {
314
- test: /(\.js|\.mjs)$/
314
+ test: /(\.js|\.mjs)$/,
315
+ type: 'javascript/auto',
315
316
  },
316
317
 
317
318
  {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.124",
2
+ "version": "0.0.125",
3
3
  "name": "@kaliber/build",
4
4
  "description": "Zero configuration, opinionated webpack / react build setup",
5
5
  "scripts": {