mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 16:58:04 +00:00
refactor: Remove unnecessary entry points from webpack config.
This commit is contained in:
parent
e5bba2690e
commit
63cdd34462
@ -45,9 +45,7 @@ const config = {
|
|||||||
},
|
},
|
||||||
entry: {
|
entry: {
|
||||||
openmct: './openmct.js',
|
openmct: './openmct.js',
|
||||||
generatorWorker: './example/generator/generatorWorker.js',
|
|
||||||
couchDBChangesFeed: './src/plugins/persistence/couch/CouchChangesFeed.js',
|
couchDBChangesFeed: './src/plugins/persistence/couch/CouchChangesFeed.js',
|
||||||
inMemorySearchWorker: './src/api/objects/InMemorySearchWorker.js',
|
|
||||||
espressoTheme: './src/plugins/themes/espresso-theme.scss',
|
espressoTheme: './src/plugins/themes/espresso-theme.scss',
|
||||||
snowTheme: './src/plugins/themes/snow-theme.scss',
|
snowTheme: './src/plugins/themes/snow-theme.scss',
|
||||||
darkmatterTheme: './src/plugins/themes/darkmatter-theme.scss'
|
darkmatterTheme: './src/plugins/themes/darkmatter-theme.scss'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user