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

Enhancement/issue 763 parcel css bundling #977

Closed

Commits on Sep 22, 2022

  1. Enhancement/issue 971 refactor bundling and optimizations (#974)

    * add cloud IDE caveat to puppeteer renderer plugin readme (#967)
    
    * init commit of refactoring for script tags with a src
    
    * initial CSS optimizing
    
    * sync optimized link tags in final output
    
    * refactored for shared reources
    
    * handle inline script bundling
    
    * support serving custom resources using Greenwood plugins in Rollup configuration without needing extra rollup plugin
    
    * non resource related Rollup plugins supported
    
    * custom resource plugins and rollup plugins working together
    
    * handle empty input for Rollup
    
    * updated lock file
    
    * handle inline style tag bundling and optimizing
    
    * default optimization spec passing
    
    * refactor merging app and page templates
    
    * clarifying corrections in spec files
    
    * inline optimization config working
    
    * none optimization support
    
    * none optimization support
    
    * none and static optimization overrides
    
    * refactor html rendering and optimizing
    
    * refactoring and more CLI specs passing
    
    * add missing variable
    
    * SSR specs and optimizing resource bundling
    
    * minor refactoring and logging
    
    * resolving some plugin specs
    
    * restore develop command related GraphQL specs
    
    * custom graphql query spec
    
    * all specs passing
    
    * drop rollup plugin deps from import typescript plugin
    
    * all Greenwood commands and specs passing
    
    * restore static router with custom prerender
    
    * restore postcss-import
    
    * refactor shared resources to a Map and handle dupes
    
    * restore local packages workaround for local Rollup bundling
    
    * better monorepo Rollup facade modules detection
    
    * switch console log
    
    * remove console logging
    
    * update plugin related docs
    
    * local solution for windows support
    
    * refactor errant object assign
    
    * full cross platform URL support
    
    * fix lint
    
    * fix extra bundles when custom prerendering
    
    * clean up stale or already tracked TODOs
    
    * add nested head tag smoke tests
    
    * check for app template validation for HUD display
    
    * misc refactoring and TODOs cleanup
    
    * restore static router (again)
    
    * standardize passing correct reference for prerender scripts
    
    * clean up data-gwd-opt markers from final HTML
    thescientist13 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    700a3d9 View commit details
    Browse the repository at this point in the history
  2. Enhancement/issue 925 auto spread arrays of plugins (#969)

    * auto spread arrays of plugins
    
    * flatten refactoring
    
    * update docs and website content
    thescientist13 committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    dfc5b52 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    7822f98 View commit details
    Browse the repository at this point in the history