Skip to content

Commit 4df9c95

Browse files
committed
Updated
1 parent 64e7c59 commit 4df9c95

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config/esbuild.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const commonOptions = {
1313
'.otf': 'file',
1414
'.html': 'copy',
1515
'.json': 'copy',
16-
'.css2': 'copy',
1716
}
1817
};
1918

@@ -34,7 +33,6 @@ if (process.env.NODE_ENV === 'production') {
3433
sourcemap: true,
3534
define: {
3635
'process.env.NODE_ENV': '"development"',
37-
'window.IS_DEVELOPMENT': 'true',
3836
},
3937
})
4038

example/load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { FeatureModel } from "../src/geojson/FeatureModel";
1+
import { FeatureModel } from '../src/geojson/FeatureModel';
22

33
window.addEventListener('load', () => {
44
const provider = document.querySelector('#provider');

0 commit comments

Comments
 (0)