mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-26 00:29:02 +01:00
[bug] restore missing build dependency
This commit is contained in:
parent
70a874333a
commit
6b1f4684a2
@ -33,6 +33,7 @@ const filename = {
|
|||||||
const jsDependencies = [
|
const jsDependencies = [
|
||||||
path.nodeModules + '/html5sortable/dist/html5sortable.min.js',
|
path.nodeModules + '/html5sortable/dist/html5sortable.min.js',
|
||||||
path.nodeModules + '/invert-color/lib/invert.min.js',
|
path.nodeModules + '/invert-color/lib/invert.min.js',
|
||||||
|
path.nodeModules + '/moment/min/moment.min.js',
|
||||||
path.nodeModules + '/webfontloader/webfontloader.js'
|
path.nodeModules + '/webfontloader/webfontloader.js'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user