Merge branch 'new-rollup-config' into 'master'
New rollup config See merge request !574
No related branches found
No related tags found
Showing
- package.json 1 addition, 1 deletionpackage.json
- wax-prosemirror-core/rollup.config.js 3 additions, 3 deletionswax-prosemirror-core/rollup.config.js
- wax-prosemirror-services/rollup.config.js 3 additions, 3 deletionswax-prosemirror-services/rollup.config.js
- wax-questions-service/rollup.config.js 3 additions, 3 deletionswax-questions-service/rollup.config.js
- wax-table-service/rollup.config.js 3 additions, 3 deletionswax-table-service/rollup.config.js
- yarn.lock 55 additions, 10 deletionsyarn.lock
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
"lodash": "^4.17.19", | "lodash": "^4.17.19", | ||
"react-app-rewired": "^2.1.2", | "react-app-rewired": "^2.1.2", | ||
"rollup": "^2.2.0", | "rollup": "^2.2.0", | ||
"rollup-plugin-babel": "^4.4.0", | "@rollup/plugin-babel": "^6.0.4", | ||
"rollup-plugin-peer-deps-external": "^2.2.2", | "rollup-plugin-peer-deps-external": "^2.2.2", | ||
"rollup-plugin-terser": "^5.3.0", | "rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-import-css": "^3.0.2", | "rollup-plugin-import-css": "^3.0.2", | ||
... | ... |
Please register or sign in to comment