@kkt/scope-plugin-options
Version:
This will modify the CRA ModuleScopePlugin plugin that prevents to import modules from outside the `src` directory.
26 lines (25 loc) • 605 B
JSON
{
"name": "@kkt/scope-plugin-options",
"version": "7.5.5",
"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": {
"watch": "tsbb watch --no-esm"
},
"devDependencies": {
"kkt": "^7.5.5"
}
}