Debugging Webpack Applications in WebStorm
Webpack is a module bundler. It allows you to build your modular application similarly to the way it is done with a combination of tools like Browserify and Gulp or Grunt. In this blog post we actually...
View ArticleLive Webinar: Continuous Integration with JavaScript
Join us Wednesday, December 2nd, 10:00 AM – 11:00 AM EDT (15:00 – 16:00 GMT) for our free live webinar Continuous Integration with JavaScript, featuring Wes Higbee. In this webinar you will learn about...
View ArticleWorking With ReactJS in WebStorm: Linting, Refactoring and Compiling
We recently explored coding assistance that WebStorm provides for React and JSX. Now we would like to talk a bit about the tools in the React ecosystem. In this area it’s not easy to provide a complete...
View ArticleWebStorm 12 EAP, 144.3357: SSH console, debugging with Webpack and fixes
A fresh WebStorm 12 EAP build (144.3357) is now available for download! As always, you can download it here or, if you have a previous EAP build (144.3143) installed, you should soon get a notification...
View ArticleDebugging React Apps Created With Create React App in WebStorm
Note: This post was updated in June, 2021. The create-react-app package can help us bootstrap a new React app with a ready-to-use development environment that uses Webpack, Babel, ESLint, and other...
View ArticleDebugging Angular Apps Created With Angular CLI in WebStorm
Note: This post was updated in June, 2021. Angular CLI can help us bootstrap a new Angular app with a ready-to-use TypeScript and Webpack configuration. In this post, you’ll learn how to start...
View ArticleWebStorm 2017.1.1 is now available
We’re glad to announce that WebStorm 2017.1.1, the first bug-fix update for the recently released WebStorm 2017.1 is now available! It addresses the issues we found in the initial release and brings...
View ArticleWebStorm 2017.2 EAP 172.2827: Better Webpack Support, Convert to Export &...
This week WebStorm 2017.2 EAP build (172.2827.22) brings lots of new features that we’d like you to try. Download the EAP build on this page or by using Toolbox App. A patch update from the last week...
View ArticleWebStorm 2017.2 released: Move symbol refactoring, import code style from...
Today we’re announcing WebStorm 2017.2 🎉 This big summer update adds powerful Move symbol refactoring, supports new code style options for JavaScript and TypeScript, improves testing with Karma and...
View ArticleWebStorm 2017.3 EAP, 173.3188: better code completion and docs for...
This week the new WebStorm 2017.3 EAP build (173.3188.31) brings improved code completion and documentation for JavaScript and DOM APIs, a new refactoring for JavaScript and TypeScript classes, and...
View ArticleWebStorm 2018.1 EAP, 181.4096: renaming class and file, webpack 4, CSS...
The new WebStorm 2018.1 Early Preview build (181.4096.12) is now available! Update: we’ve released a new build #181.4096.25 to fix a performance issue introduced in build #181.4096.12, published on...
View ArticleWebStorm 2020.3 EAP #6: Support for Code With Me, Git Staging Area, and More
WebStorm 2020.3 EAP build #6 is now available with a lot of enhancements! Please try them out and share your feedback with us so we can make the v2020.3 release better for you. If you’re unfamiliar...
View Article