Skip to content
Snippets Groups Projects
Commit c265998e authored by chris's avatar chris
Browse files

disable terser

parent 206e01f8
No related branches found
No related tags found
1 merge request!142Fixes
Showing
with 16 additions and 16 deletions
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror UI components",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -22,7 +22,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: [
'wax-prosemirror-themes',
......
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror core",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -26,7 +26,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: [
'@fortawesome/react-fontawesome',
......
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror layouts",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -22,7 +22,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: [
'@fortawesome/react-fontawesome',
......
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror plugins",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -21,6 +21,6 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
};
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror schema",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -21,7 +21,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: ['uuid', 'wax-prosemirror-utilities'],
};
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror services",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -26,7 +26,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: [
'uuid',
......
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror themes",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -21,7 +21,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: ['styled-components'],
};
......@@ -4,7 +4,7 @@
"version": "0.0.13",
"description": "Wax prosemirror utilities",
"license": "MIT",
"main": "dist/index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "BABEL_ENV=production rollup -c"
......
......@@ -21,7 +21,7 @@ export default {
runtimeHelpers: true,
}),
commonjs(),
terser(),
// terser(),
],
external: ['uuid'],
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment