mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 07:03:51 +08:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
module.exports = {
|
|
test: /\.(js|jsx)?(\.erb)?$/,
|
|
exclude: /node_modules/,
|
|
loader: 'babel-loader'
|
|
}
|