mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
server: create production build with webpack directly
This commit is contained in:
5
shared/config/paths.d.ts
vendored
5
shared/config/paths.d.ts
vendored
@@ -4,11 +4,8 @@ declare const PATHS: {
|
||||
appPublic: string;
|
||||
appHtml: string;
|
||||
appIndex: string;
|
||||
appPackageJson: string;
|
||||
appSrc: string;
|
||||
clientSrc: string;
|
||||
testsSetup: string;
|
||||
appNodeModules: string;
|
||||
dist: string;
|
||||
};
|
||||
|
||||
export = PATHS;
|
||||
|
||||
@@ -31,11 +31,8 @@ const PATHS = {
|
||||
appPublic: resolveApp('client/src/public/'),
|
||||
appHtml: resolveApp('client/src/index.html'),
|
||||
appIndex: resolveApp('client/src/javascript/app.tsx'),
|
||||
appPackageJson: resolveApp('package.json'),
|
||||
appSrc: resolveApp('./'),
|
||||
clientSrc: resolveApp('client/src'),
|
||||
testsSetup: resolveApp('tests/setupTests.js'),
|
||||
appNodeModules: resolveApp('node_modules'),
|
||||
dist: resolveApp('dist'),
|
||||
};
|
||||
|
||||
module.exports = PATHS;
|
||||
|
||||
Reference in New Issue
Block a user