Stub queryPlayground.html

This commit is contained in:
Christopher Willis-Ford
2019-01-25 17:28:51 -08:00
parent 31db3d8596
commit fba2d90fda
3 changed files with 98 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ module.exports = [
Object.assign({}, base, {
target: 'web',
entry: {
playground: './src/playground/playground.js'
playground: './src/playground/playground.js',
queryPlayground: './src/playground/queryPlayground.js'
},
output: {
libraryTarget: 'umd',