Skip to content

Commit

Permalink
Default to strict mode, as recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
davel committed Sep 24, 2021
1 parent 3fa2bbc commit 325ccf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions npm/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as fs from 'fs';
export default {
name: 'Janus',
input: 'module.js',
output: {
strict: false
},
plugins: [
replace({
JANUS_CODE: fs.readFileSync('../html/janus.js', 'utf-8'),
Expand Down

0 comments on commit 325ccf7

Please sign in to comment.