Sha256: 4805a67beb4f3a1acd50b9427e4c0acd0e9e8a1f1d1e1c0a213bcd4c0948c28b

Contents?: true

Size: 233 Bytes

Versions: 5

Compression:

Stored size: 233 Bytes

Contents

const appName = '<%= Rails.application.class.parent_name.underscore %>';
const hauler = require('hauler');
const env = hauler.getEnvName();

const config = hauler.getCompilerConfig(env, __dirname, appName);
module.exports = config;

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hauler-0.3.4 lib/generators/hauler/templates/webpack.config.js
hauler-0.3.3 lib/generators/hauler/templates/webpack.config.js
hauler-0.3.2 lib/generators/hauler/templates/webpack.config.js
hauler-0.3.1 lib/generators/hauler/templates/webpack.config.js
hauler-0.3.0 lib/generators/hauler/templates/webpack.config.js