Skip to content

Commit a50fc65

Browse files
authored
Merge pull request #753 from atom-minimap/rollup
2 parents 1d37740 + 4ff05f2 commit a50fc65

File tree

5 files changed

+3869
-13344
lines changed

5 files changed

+3869
-13344
lines changed

.terserrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const isDev = process.env.NODE_ENV !== "production"
22
const isTest = process.env.NODE_ENV === "test"
33

4-
module.exports = {
4+
export default {
55
// "module": false, // controlled by Parcel
66
"compress": {
77
"global_defs": {

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import config from './config.json'
77
import * as PluginManagement from './plugin-management'
88
import { treeSitterWarning } from './performance-monitor'
99

10-
export * as config from './config.json'
10+
export { default as config } from './config.json'
1111
export * from './plugin-management'
1212
export { default as Minimap } from './minimap'
1313

0 commit comments

Comments
 (0)