mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-04 19:13:26 +08:00
feat: allow string arguments on directives (#496)
* chore: update dependencies * feat: allow string arguments on directives resolves #325
This commit is contained in:
@ -8,7 +8,7 @@ const devServerOptions = {
|
||||
inline: true,
|
||||
open: true,
|
||||
hot: true,
|
||||
overlay: true,
|
||||
overlay: false,
|
||||
};
|
||||
|
||||
const server = new WebpackDevServer(compiler, devServerOptions);
|
||||
|
@ -16,6 +16,7 @@ module.exports = {
|
||||
loader: 'ts-loader',
|
||||
exclude: /node_modules/,
|
||||
options: {
|
||||
transpileOnly: true,
|
||||
compilerOptions: { downlevelIteration: true },
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user