Fixing linting
This commit is contained in:
@@ -14,7 +14,7 @@ const buildNpmTypingsForApi = !!process.env.BUILD_TYPINGS;
|
|||||||
const isProduction = mode === 'production';
|
const isProduction = mode === 'production';
|
||||||
const isDevelopment = !isProduction;
|
const isDevelopment = !isProduction;
|
||||||
|
|
||||||
let entries: { [key: string]: string; } = {};
|
const entries: { [key: string]: string; } = {};
|
||||||
if (!buildNpmTypingsForApi) {
|
if (!buildNpmTypingsForApi) {
|
||||||
entries.main = './src/index.ts';
|
entries.main = './src/index.ts';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user