working Slider example. Start test coverage. Subproperties deep setting…
working Slider example. Start test coverage. Subproperties deep setting implementation and customization possibility
Showing
| ... | ... | @@ -16,12 +16,21 @@ |
| "pragma": "h" | ||
| } | ||
| ], | ||
| ["@babel/typescript", { "jsxPragma": "h" }] | ||
| [ | ||
| "@babel/typescript", | ||
| { | ||
| "jsxPragma": "h" | ||
| } | ||
| ] | ||
| ], | ||
| "plugins": [ | ||
| "@babel/plugin-proposal-class-properties", | ||
| ["transform-react-jsx", { "pragma": "h" }] | ||
| [ | ||
| "transform-react-jsx", | ||
| { | ||
| "pragma": "h" | ||
| } | ||
| ] | ||
| ] | ||
| }, | ||
| "keywords": [], | ||
| ... | ... | @@ -38,12 +47,19 @@ |
| "babel-preset-env": "^1.7.0", | ||
| "babel-preset-preact": "^1.1.0", | ||
| "babel-preset-react": "^6.24.1", | ||
| "mocha": "^6.1.4", | ||
| "mocha-webpack": "^2.0.0-beta.0", | ||
| "source-map-loader": "^0.2.4", | ||
| "typescript": "^3.3.3333", | ||
| "webpack": "^4.29.6", | ||
| "webpack-cli": "^3.2.3", | ||
| "webpack-dev-server": "^3.2.1" | ||
| "webpack-dev-server": "^3.2.1", | ||
| "@babel/register": "^7.4.4", | ||
| "chai": "^4.2.0" | ||
| }, | ||
| "types": "src/Rjsx.d.ts", | ||
| "typings": "./src/Rjsx.d.ts" | ||
| "typings": "./src/Rjsx.d.ts", | ||
| "dependencies": { | ||
| "simplest-dom": "0.0.19" | ||
| } | ||
| } |
test/const1.js
deleted
100644 → 0
test/creatingEl.jsx
0 → 100644
test/out
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
webpack.test.config.js
0 → 100644
Please
register
or
sign in
to comment