Valentin Sarychev
Valentin Sarychev
@lanocturne, there is no trouble with webpack. ``` javascript // copy images from node_modules to webpack output directory var imagesContext = require.context('!!file?name=images/amcharts/[name].[ext]!amcharts3/amcharts/images'); imagesContext.keys().forEach(imagesContext); AmCharts.makeChart(elem, { // specify path to images...
@timwis, in your case, you manage images separately from js and should use [pathToImages](http://docs.amcharts.com/3/javascriptcharts/AmChart#pathToImages) in a chart config.
``` dizel3d@dizel3d-dev:~/prj/themekit$ ./bin/themekit build -c examples/simple/themekit.config.json ----------------- Build started ----------------- Error: ENOENT: no such file or directory, open './themes/default.theme.json' ``` Is it about this problem?
`nohoist` in a root `package.json` helps me: ``` "workspaces": { "nohoist": [ "**/eslint" ] }, ``` The same for a child `package.json`: ``` "workspaces": { "nohoist": [ "eslint" ] },...
If you disable **NSURLSession Websocket** experimental feature, it will work.
Specify path to your `tsconfig.json` in `tsconfigPath`. ```ts { loader: require.resolve('react-docgen-typescript-loader'), options: { tsconfigPath: path.resolve(__dirname, '../tsconfig.json') } }, ```
One more advice about `IntersectionObserver` https://github.com/loktar00/react-lazy-load/issues/123
I had Visual Studio with Visual C# only. Then I installed Visual C++ too. And now I have new problems. 
Ok, I am going to make an example this weekend.
I have simplified an example and made test case https://github.com/dizel3d/browserify-shim-test-cases Test-case "_with browserify-shim_" in [browserify-1-spec.js](https://github.com/dizel3d/browserify-shim-test-cases/blob/master/tests/browserify-1-spec.js) failed: the problem is that browserify-shim includes external module a.js in bundle b.