Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date has not been captured when i flow the step with README.md #65

Closed
AsJoy opened this issue Oct 23, 2017 · 3 comments
Closed

Date has not been captured when i flow the step with README.md #65

AsJoy opened this issue Oct 23, 2017 · 3 comments

Comments

@AsJoy
Copy link

AsJoy commented Oct 23, 2017

No description provided.

@AsJoy
Copy link
Author

AsJoy commented Oct 23, 2017

here is my stats.json

[
  {
    "timeStamp": 1508761118637,
    "time": 7074,
    "hash": "744bba96b60b0ec993b4",
    "errors": [],
    "size": 1338393,
    "assets": [
      {
        "name": "app.744bba96b6.js",
        "chunks": [
          0
        ],
        "size": 1315442,
        "minified": true
      },
      {
        "name": "app.c5d25fc143.css",
        "chunks": [
          0
        ],
        "size": 20027
      },
      {
        "name": "./index.html",
        "chunks": [],
        "size": 2924
      }
    ],
    "chunks": [
      {
        "size": 328366,
        "files": [
          "app.744bba96b6.js",
          "app.c5d25fc143.css"
        ],
        "modules": []
      }
    ],
    "pureCssSize": 21925,
    "unPureCssSize": 20027
  }
]

@mbehzad
Copy link
Contributor

mbehzad commented Nov 3, 2017

Hi @AsJoy, if i understand correctly you are pointing to the missing modules entries in the stats result? There is another similar issue #60, maybe that could help you.

@AsJoy
Copy link
Author

AsJoy commented Nov 7, 2017

#60 yes, jsonOpts: { source: false, chunkModules: true } works

@AsJoy AsJoy closed this as completed Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants