Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
C
condenser
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • hive
  • condenser
  • Issues
  • #100

Closed
Open
Opened Nov 11, 2020 by Jason Salyers@jsalyersMaintainer

sass/scss updates

Upgrading to the latest version of webpack has caused some warnings to appear. We will need to get these taken care of but they don't currently seem to be breaking anything:

DEPRECATION WARNING on line 244, column 5 of node_modules/foundation-sites/scss/components/_table.scss: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
    ╷
244 │     @elseif($table-stripe == odd) {
    │     ^^^^^^^
    ╵

DEPRECATION WARNING on line 260, column 5 of node_modules/foundation-sites/scss/components/_table.scss: 
@elseif is deprecated and will not be supported in future Sass versions.
Use "@else if" instead.
    ╷
260 │     @elseif($table-stripe == odd) {
    │     ^^^^^^^
    ╵

DEPRECATION WARNING: As of Dart Sass 2.0.0, !global assignments won't be able to
declare new variables. Consider adding `$theme-map: null` at the root of the
stylesheet.

    ╷
135 │       $theme-map: () !global;
    │       ^^^^^^^^^^^^^^^^^^^^^^
    ╵
    src/app/assets/stylesheets/_themes.scss 135:7  themify()
    src/app/assets/stylesheets/_themes.scss 177:5  @import
    src/app/assets/stylesheets/app.scss 10:9       root stylesheet

Loading special posts
Loaded special posts: featured: 0, promoted: 0, notices: 0
Webpack Bundle Analyzer saved stats file to /home/syncad/src/condenser/dist/stats.json
updated webpack-stats-dev.json
configuration
The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/
asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  624d8a6b5ffb5fca686e7236c7e03595.png (426 KiB)
  app.1d55fffa092929001a1d.js (21 MiB)
  vendor.1d55fffa092929001a1d.js (11.2 MiB)
  2.1d55fffa092929001a1d.js (921 KiB)
entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  app (21.2 MiB)
      app.css
      app.1d55fffa092929001a1d.js
  vendor (11.2 MiB)
      vendor.1d55fffa092929001a1d.js

[webpack-isomorphic-tools/plugin] [error] Module "css ./node_modules/css-loader/dist/cjs.js??ref--9-1!./node_modules/postcss-loader/dist/cjs.js??ref--9-2!./node_modules/sass-loader/dist/cjs.js!./src/app/assets/stylesheets/app.scss" has no source. Maybe Webpack compilation of this module failed. Skipping this asset.
[webpack-isomorphic-tools/plugin] [error] Module "css ./node_modules/css-loader/dist/cjs.js??ref--8-1!./node_modules/postcss-loader/dist/cjs.js??ref--8-2!./node_modules/react-tabs/style/react-tabs.css" has no source. Maybe Webpack compilation of this module failed. Skipping this asset.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: hive/condenser#100