-
Because it's butt-ugly right now and looks as maintainable as a burning ship.
-
Hello, I'm trying to use `polymer-redux` with webpack, but currently it seems that library assumes that it will be defined in global scope, I can't figure out how to shim the element in `/dist`.
Wo…
-
Hi,
I tried importing via:
`yarn add instabug-sdk`
But then I can't import it because you're only supporting direct browser fetches.
The way I got around this was to import it into `index.…
-
Hello all! :), my name is Antonio, I am new here, i have ben working these days in a webpack react with simplest build step to contribute in this project, is uploaded in my fork here https://github.co…
-
Hi there.
I can't seem to get this to work work in my simple webpack/babel setup, no matter what I do.
I've tried importing the following ways:
```
import 'd3-transform';
import d3Transform f…
-
I am getting `undefined` from `import PDFAssembler from 'pdfassembler'` using Webpack (with a config that works with most libraries e.g. moment, pdfjs, jss, knockout/tko, file-saver, lodash).
I'm h…
-
Hi there !
First of all, I want to say that this problem seems to be Webpack related so it is possible that there is nothing you can do :)
Depending on which file I import from the module I get th…
-
Creating a new issue since this is a bit different from #357
There's a number of good projects based around creating an angular 1.5 project that's forward compatible with angular 2 and leverages new…
-
I'm using Webpack and the code is following the ES6 syntax.
When importing:
```
import ReactReorderable from 'react-reorderable'
```
I get this when webpack tries to compile the bundles:
```
ERRO…
harel updated
8 years ago
-
# ADR05: Migrating jQuery to JS ES6 and Eliminating CoffeeScript Dependency
## Context and Problem Statement
Bigfoot.js was originally developed when JavaScript tooling was more primitive, and E…