mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Change message format + refactor options
This commit is contained in:
@@ -56,6 +56,9 @@ module.exports = (env) => ({
|
||||
rules: [
|
||||
{
|
||||
test: /\.jsx?$/
|
||||
, resolve: {
|
||||
extensions: [ ".js", ".jsx" ]
|
||||
}
|
||||
, include: `${includePath}`
|
||||
, use: {
|
||||
loader: "babel-loader"
|
||||
|
||||
Reference in New Issue
Block a user