ion-loader A webpack loader for the ion language. Install npm install ion-loader --save Usage Right on the require: var file = require("ion!./file.ion") Webpack config (better): { module: { loaders: [ { test: /\.ion$/, loader: 'ion' } ] } } License MIT