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 bbf8189 commit 2ee56bbCopy full SHA for 2ee56bb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "material-ui-datetimepicker",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "Wrapper above material ui date and time pickers",
5
"main": "./dist/index.js",
6
"scripts": {
webpack.config.js
@@ -36,6 +36,6 @@ module.exports = {
36
plugins: [
37
new PeerDepsExternalsPlugin(),
38
new webpack.IgnorePlugin(/node_modules$/),
39
- new WebpackBundleAnalyzer(),
+ // new WebpackBundleAnalyzer(),
40
],
41
};
0 commit comments