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 7477288 commit 67453c7Copy full SHA for 67453c7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-fullscreen-loading",
3
- "version": "0.0.2",
+ "version": "0.0.4",
4
"description": "Minimal fullscreen loading for React",
5
"main": "dist/loading.js",
6
"scripts": {
webpack.config.js
@@ -21,7 +21,9 @@ module.exports = {
21
output: {
22
path: `${__dirname}/dist`,
23
publicPath: '/',
24
- filename: 'bundle.js'
+ filename: 'loading.js',
25
+ libraryTarget: 'umd',
26
+ library: 'Loading'
27
}
28
29
0 commit comments