Code Monkey home page Code Monkey logo

Comments (6)

kamsar avatar kamsar commented on August 17, 2024 1

This causes build failures on Netlify with apps created using the create-contentful-app utility, because it uses create-react-app (webpack) that treats warnings as errors during CI builds; contentful/create-contentful-app#15

from ui-extensions-sdk.

suevalov avatar suevalov commented on August 17, 2024

@jooohn Thanks for creating a repo with a reproduced issue!

What problems does this warning cause? From what I see at webpack/webpack#196, it a long-running issue with Webpack and I'm not sure if we should act on it.

from ui-extensions-sdk.

jooohn avatar jooohn commented on August 17, 2024

According to this issue, a library built with percel causes the warning when the built js is bundled with webpack by library users.
parcel-bundler/parcel#2883 (comment)

I think it's an issue of either webpack or parcel, so possible approaches would be like this:

  1. Wait for webpack fixes the issue.
  2. Wait for parcel to fix the issue, and then build this SDK with the new version of parcel.
  3. Build this SDK without parcel.

from ui-extensions-sdk.

andersrydman avatar andersrydman commented on August 17, 2024

Hi,
I'm encountering the same issue when importing this into a create-react-app project. Are you aware of any way to fix it?

from ui-extensions-sdk.

fredski02 avatar fredski02 commented on August 17, 2024

I get the same thing using webpack and vue.

App.vue

import { init as initContentfulExtension } from 'contentful-ui-extensions-sdk'

export default {
  data () {
    return {
      extension: null
    }
  },
  created () {
    initContentfulExtension((extension) => {
      this.extension = extension
      this.extension.window.startAutoResizer()
    })
  }
}

from ui-extensions-sdk.

Jwhiles avatar Jwhiles commented on August 17, 2024

I believe this issue should be fixed in newer versions of the SDK, as we're no longer using parcel in this repo. Please feel free to open a new issue if this is still causing you problems.

from ui-extensions-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.