mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
FIX: dependencies
This commit is contained in:
parent
170447ae98
commit
65d40cd47d
@ -20,6 +20,9 @@ const IP = process.env.IP || conf.HOSTNAME;
|
||||
const PORT = process.env.PORT || conf.PORT;
|
||||
|
||||
const UIInfo = require('./package.json');
|
||||
test: /\.(png|webp|jpg|jpeg|gif|svg)$/,
|
||||
type: "asset/resource",
|
||||
},
|
||||
const UIVERSION = JSON.stringify(UIInfo.version);
|
||||
const UIMetaInfo = require('./node_modules/@a2nt/meta-lightbox-js/package.json');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user