Skip to content

Commit

Permalink
Merge pull request #753 from atom-minimap/rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Jan 7, 2021
2 parents 1d37740 + 4ff05f2 commit a50fc65
Show file tree
Hide file tree
Showing 5 changed files with 3,869 additions and 13,344 deletions.
2 changes: 1 addition & 1 deletion .terserrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const isDev = process.env.NODE_ENV !== "production"
const isTest = process.env.NODE_ENV === "test"

module.exports = {
export default {
// "module": false, // controlled by Parcel
"compress": {
"global_defs": {
Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import config from './config.json'
import * as PluginManagement from './plugin-management'
import { treeSitterWarning } from './performance-monitor'

export * as config from './config.json'
export { default as config } from './config.json'
export * from './plugin-management'
export { default as Minimap } from './minimap'

Expand Down
Loading

0 comments on commit a50fc65

Please sign in to comment.