|
@@ -17,7 +17,14 @@ module.exports = {
|
|
{
|
|
{
|
|
test: /\.js$/,
|
|
test: /\.js$/,
|
|
loader: 'babel-loader',
|
|
loader: 'babel-loader',
|
|
- exclude: /node_modules/
|
|
|
|
|
|
+ exclude: /node_modules/,
|
|
|
|
+ query: {
|
|
|
|
+ plugins: [
|
|
|
|
+ 'syntax-dynamic-import',
|
|
|
|
+ 'transform-decorators-legacy',
|
|
|
|
+ 'transform-class-properties'
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
test: /\.gif$/,
|
|
test: /\.gif$/,
|