Changes between Version 1 and Version 2 of Ticket #41870, comment 44
- Timestamp:
- 04/14/2018 04:17:48 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41870, comment 44
v1 v2 5 5 It might be better to just use grunt/gulp concatenate and minify (wrapped in an IIFE to place it in wp.CodeMirror). 6 6 7 https://github.com/codemirror/CodeMirror/issues/4838 8 7 9 (P.S. I haven't tested Webpack, Rollup, or Browserify, but Webpack was mentioned in a bug report on the CodeMirror Repo, and the current version is via Browswerify. I assume Rollup is the same.)