draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
function getVersions() {
|
||||
return (
|
||||
`webpack-dev-server ${require('../../package.json').version}\n` +
|
||||
`webpack ${require('webpack/package.json').version}`
|
||||
);
|
||||
}
|
||||
|
||||
module.exports = getVersions;
|
||||
Reference in New Issue
Block a user