|
webpack can deliver any CommonJS AMD module to client-side environments.
It works by packaging server-side Node.js code into JavaScript files that can be loaded via regular HTML script tags inside a browser.
Besides this, webpack will additionally handle all module dependencies, so the client-side file won't break when loaded.
Requirements:
· Node.js 0.1.30 or higher
Via: webpack 0.9.0-beta31
0 Comment:
Post a Comment