UNPKG

@kkt/resolve-fallback

Version:

This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.

36 lines (35 loc) 907 B
{ "name": "@kkt/resolve-fallback", "version": "7.4.18", "main": "lib/index.js", "types": "lib/index.d.ts", "description": "This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.", "author": "Kenny Wong <wowohoo@qq.com> (https://github.com/jaywcjlove)", "repository": "https://github.com/kktjs/kkt.git", "keywords": [ "kkt", "react", "framework" ], "license": "MIT", "files": [ "lib", "src" ], "scripts": { "build": "tsbb build --no-esm", "watch": "tsbb watch --no-esm" }, "dependencies": { "assert": "^2.0.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "https-browserify": "^1.0.0", "os": "^0.1.2", "os-browserify": "^0.3.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0" } }