Closed markov00 closed 5 years ago
I think that could be caused by insufficient amount of memory on node.
I didn't tested with storybook-deployer, but a simple storybook static build on travis receive an out of memory.
I've miss configured storybook webpack on add inline-source-map
also on PRODUCTION env. I've changed it to source map files, and increased a bit the node memory and that worked fine.
I am getting it again in my local terminal
, any solution for it?
I have faced the same issue, and I found the solution.
You need to create babel config file inside .storybook
directory, to allow babel to build your project correctly.
Note: you can require the root babel config using babel.config.js
file.
For more info please check https://storybook.js.org/docs/configurations/custom-babel-config/#docs-content
Hi, I'm trying to get the deployer working on travis. Locally works fine.
Everything seems to be configured correctly, but during the build I'm getting the following error:
This is the failing build: https://travis-ci.org/elastic/elastic-charts/builds/489850823
GH_TOKEN is correctly configured (I'm using this for semantic-release) and the deployer is configured to use
--ci
args: