@polylith/builder 0.1.16 → 0.1.17

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.
Files changed (2) hide show
  1. package/App.js +0 -1
  2. package/package.json +1 -1
package/App.js CHANGED
@@ -566,7 +566,6 @@ export default class App {
566
566
  presets: ['@babel/preset-react'],
567
567
  babelHelpers: 'bundled',
568
568
  }),
569
- url(),
570
569
  svgr({svgo: false}),
571
570
  loadConfigs(this.configs),
572
571
  loader(this.loadables),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polylith/builder",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "The polylith builder",
5
5
  "main": "index.js",
6
6
  "type": "module",