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