@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.1-beta.26 to 0.0.1-beta.27
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.1-beta.26", | ||
"version": "0.0.1-beta.27", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import type {LngLatBounds} from '@mappable-world/mappable-types/common/types'; | ||
import {MMap} from '@mappable-world/mappable-types'; | ||
import {MMapButtonExample} from './MMapButtonExample'; | ||
describe('MMap smoke test', () => { | ||
@@ -5,0 +6,0 @@ const BOUNDS: LngLatBounds = [ |
const path = require('path'); | ||
const {replaceMiddleware} = require("./tools/replace.middleware"); | ||
const {replaceMiddleware} = require('./tools/replace.middleware'); | ||
const isProduction = process.env.NODE_ENV === 'production'; | ||
@@ -45,2 +45,9 @@ | ||
loader: 'ts-loader', | ||
options: { | ||
compilerOptions: { | ||
declaration: true, | ||
declarationDir: 'dist' | ||
}, | ||
onlyCompileBundledFiles: true | ||
}, | ||
exclude: ['/node_modules/'] | ||
@@ -62,2 +69,2 @@ }, | ||
}; | ||
} | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40592
654