mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
9 lines
162 B
JavaScript
9 lines
162 B
JavaScript
module.exports = {
|
|
test: /\.erb$/,
|
|
enforce: 'pre',
|
|
exclude: /node_modules/,
|
|
loader: 'rails-erb-loader',
|
|
options: {
|
|
runner: 'bin/rails runner'
|
|
}
|
|
}
|