Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 9, 2019

  1. build: replace webpack with rollup in order to optimize bundle

    Save devDependencies:
    
    * rollup@1.16.2
    * rollup-plugin-commonjs@10.0.0
    * rollup-plugin-node-resolve@5.0.4
    * rollup-plugin-uglify@6.0.2
    
    Remove `webpack.config.js` and add `rollup.config.js`
    
    Update npm scripts `build:min` and `build:unmin`
    remarkablemark committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    a04ef27 View commit details
    Browse the repository at this point in the history
  2. build(index): fix rollup error of mixing named and default exports

    ```
    (!) Mixing named and default exports
    Consumers of your bundle will have to use bundle['default'] to access the default export, which may not be what you want. Use `output.exports: 'named'` to disable this warning
    ```
    
    This fixes the UMD bundle (in `dist`) as the library can only be
    accessed via the default export.
    remarkablemark committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    230de70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00a4aad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #118 from remarkablemark/build/rollup

    build: replace `webpack` with `rollup` in order to optimize bundle
    remarkablemark authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    d1c3ad8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac632fa View commit details
    Browse the repository at this point in the history
  6. chore(release): 0.9.1

    remarkablemark committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f1990c1 View commit details
    Browse the repository at this point in the history
Loading