Skip to content

saintcrawler/serialport-webpack-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using node-serialport with webpack without any errors.

There are two important steps to get it working:

  • require serialport in the index.html file (via another script file or inline)
  • add serialport to webpack's externals (see webpack.config.js file)

To run the example:

  • npm run watch to build with webpack
  • npm start to open electron window

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published