@polylith/builder 0.1.13 → 0.1.14
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/App.js +1 -3
- package/package.json +1 -2
package/App.js
CHANGED
|
@@ -6,9 +6,8 @@ import { babel } from '@rollup/plugin-babel';
|
|
|
6
6
|
import * as resolve from '@rollup/plugin-node-resolve';
|
|
7
7
|
import commonjs from '@rollup/plugin-commonjs';
|
|
8
8
|
import rollupJson from "@rollup/plugin-json"
|
|
9
|
-
import url from '@rollup/plugin-url'
|
|
10
|
-
|
|
11
9
|
import svgr from '@svgr/rollup'
|
|
10
|
+
|
|
12
11
|
import html from 'rollup-plugin-html';
|
|
13
12
|
import livereload from 'rollup-plugin-livereload';
|
|
14
13
|
import styles from "rollup-plugin-styles";
|
|
@@ -568,7 +567,6 @@ export default class App {
|
|
|
568
567
|
presets: ['@babel/preset-react'],
|
|
569
568
|
babelHelpers: 'bundled',
|
|
570
569
|
}),
|
|
571
|
-
url(),
|
|
572
570
|
svgr(),
|
|
573
571
|
loadConfigs(this.configs),
|
|
574
572
|
loader(this.loadables),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polylith/builder",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "The polylith builder",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"@rollup/plugin-commonjs": "^21.0.0",
|
|
17
17
|
"@rollup/plugin-json": "^5.0.2",
|
|
18
18
|
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
19
|
-
"@rollup/plugin-url": "^8.0.1",
|
|
20
19
|
"@svgr/rollup": "^6.5.1",
|
|
21
20
|
"babel": "^6.23.0",
|
|
22
21
|
"escape-string-regexp": "^5.0.0",
|