We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d84b6a commit 5a38064Copy full SHA for 5a38064
.babelrc
@@ -1,7 +1,7 @@
1
{
2
"presets": [
3
"@babel/preset-env",
4
- "@babel/react"
+ "@babel/preset-react"
5
],
6
"plugins": [
7
"@babel/plugin-proposal-class-properties"
package.json
@@ -2,7 +2,7 @@
"name": "react-promise-loader",
"version": "1.1.0",
"description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker",
- "main": "./src/index.js",
+ "main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production",
8
"lint": "eslint --report-unused-disable-directives src",
0 commit comments