1.2.2 • Published 2 years ago
@tryrolljs/api v1.2.2
@tryrolljs/api
Install
yarn add @tryrolljs/api
Setup
The library uses better-queue that is a browser compatible Node package. It requires util to be installed when used within browser environment.
CRA
If you use create-react-app, you have to
- Install craco.
- Update
package.json
to usecraco
instead ofreact-scripts
in thescripts
section. - Create a new
craco.config.js
file with the following content:
module.exports = {
webpack: {
configure: {
resolve: {
fallback: {
util: require.resolve("util"),
},
},
},
},
};
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
0.3.0
2 years ago
0.2.6
2 years ago
0.2.3
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.2.2
2 years ago
0.1.0
2 years ago
0.2.1
2 years ago
0.1.2
2 years ago
0.2.0
2 years ago
0.1.1
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago