Git Product home page Git Product logo

Comments (7)

andrusieczko avatar andrusieczko commented on July 1, 2024 1

Merged & published the version 0.1.12 to npm.

You can find yourself in CHANGELOG.md now ;)

Thank you very much!

from clip-path-polygon.

andrusieczko avatar andrusieczko commented on July 1, 2024

Hi,

Is it possible that you give me an example of your webpack config / your example project?
It would be much easier for me to fix!

Thanks!
Karol

from clip-path-polygon.

manniL avatar manniL commented on July 1, 2024

@andrusieczko Sure! I'm using Laravel (and therefore Laravel Mix that is built on top of webpack), so my config is this one.

Edit: Tried it with a more simple config and it produced the same error.

Config:

module.exports =
    {
        entry: './test.js',
        output: {
            filename: 'bundle.js',
            path: __dirname + '/build'
        }
    };

test.js

window.$ = window.jQuery = require('jquery');
require('clip-path-polygon');

from clip-path-polygon.

manniL avatar manniL commented on July 1, 2024

@andrusieczko Any updates or ideas? Is there any reason to not remove the || (require && require('jquery')); statement?

from clip-path-polygon.

andrusieczko avatar andrusieczko commented on July 1, 2024

Hi,
I simply didn't have time to build a simple project with webpack yet.
I've never used webpack, so it's not gonna be 5 minutes, sorry for that.
If you have some time to provide me with a basic project with clip-path-polygon dependency only, that would definitely help me solve the problem much faster.
Thanks!

from clip-path-polygon.

manniL avatar manniL commented on July 1, 2024

No problem, I've created a repository with an example project so you can fix the error faster!

Steps to reproduce:

  1. npm install
  2. webpack

from clip-path-polygon.

manniL avatar manniL commented on July 1, 2024

@andrusieczko Thanks a lot :) Happy I could help 😄

from clip-path-polygon.

Related Issues (16)

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.